[Obsolete]
public sealed class SummarizationEvaluationMetrics.Types.AdherenceDecomposition : IMessage<SummarizationEvaluationMetrics.Types.AdherenceDecomposition>, IEquatable<SummarizationEvaluationMetrics.Types.AdherenceDecomposition>, IDeepCloneable<SummarizationEvaluationMetrics.Types.AdherenceDecomposition>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SummarizationEvaluationMetrics.Types.AdherenceDecomposition.
Decomposition details for adherence.
Implements
IMessageSummarizationEvaluationMetricsTypesAdherenceDecomposition, IEquatableSummarizationEvaluationMetricsTypesAdherenceDecomposition, IDeepCloneableSummarizationEvaluationMetricsTypesAdherenceDecomposition, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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 |
|