Google Cloud Dialogflow v2 API - Class SummarizationEvaluationMetrics.Types.AdherenceDecomposition (4.28.0)

[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 v2 API class SummarizationEvaluationMetrics.Types.AdherenceDecomposition.

Decomposition details for adherence.

Inheritance

object > SummarizationEvaluationMetrics.Types.AdherenceDecomposition

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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