Class GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition
Inheritance
GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition : 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