Class GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric
Inheritance
GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceRubric : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IsAddressed
Declaration
[JsonProperty("isAddressed")]
public virtual bool? IsAddressed { get; set; }
Property Value
Question
Declaration
[JsonProperty("question")]
public virtual string Question { get; set; }
Property Value
Reasoning
Declaration
[JsonProperty("reasoning")]
public virtual string Reasoning { get; set; }
Property Value
Implements