Google Cloud Dialogflow v2beta1 API - Class SummarizationEvaluationMetrics.Types.AdherenceDecomposition (1.0.0-beta24)

[Obsolete]
public sealed class SummarizationEvaluationMetrics.Types.AdherenceDecomposition : IMessage<SummarizationEvaluationMetrics.Types.AdherenceDecomposition>, IEquatable<SummarizationEvaluationMetrics.Types.AdherenceDecomposition>, IDeepCloneable<SummarizationEvaluationMetrics.Types.AdherenceDecomposition>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SummarizationEvaluationMetrics.Types.AdherenceDecomposition.

Decomposition details for adherence.

Inheritance

object > SummarizationEvaluationMetrics.Types.AdherenceDecomposition

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

AdherenceDecomposition()

public AdherenceDecomposition()

AdherenceDecomposition(AdherenceDecomposition)

public AdherenceDecomposition(SummarizationEvaluationMetrics.Types.AdherenceDecomposition other)
Parameter
Name Description
other SummarizationEvaluationMetricsTypesAdherenceDecomposition

Properties

AdherenceReasoning

public string AdherenceReasoning { get; set; }

Output only. The adherence reasoning of the breakdown point.

Property Value
Type Description
string

IsAdherent

public bool IsAdherent { get; set; }

Output only. Whether the breakdown point is adherent or not.

Property Value
Type Description
bool

Point

public string Point { get; set; }

Output only. The breakdown point of the given instructions.

Property Value
Type Description
string