Class GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
Inheritance
GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition : IDirectResponseSchema
Properties
AdherenceReasoning
Declaration
[JsonProperty("adherenceReasoning")]
public virtual string AdherenceReasoning { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IsAdherent
Declaration
[JsonProperty("isAdherent")]
public virtual bool? IsAdherent { get; set; }
Property Value
Point
Declaration
[JsonProperty("point")]
public virtual string Point { get; set; }
Property Value
Implements