GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceRubric constructor

GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceRubric({
  1. bool? isAddressed,
  2. String? question,
  3. String? reasoning,
})

Implementation

GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceRubric({
  this.isAddressed,
  this.question,
  this.reasoning,
});