Google Cloud Dialogflow v2beta1 API - Class AgentCoachingInstruction.Types.DuplicateCheckResult.Types.DuplicateSuggestion (1.0.0-beta24)

public sealed class AgentCoachingInstruction.Types.DuplicateCheckResult.Types.DuplicateSuggestion : IMessage<AgentCoachingInstruction.Types.DuplicateCheckResult.Types.DuplicateSuggestion>, IEquatable<AgentCoachingInstruction.Types.DuplicateCheckResult.Types.DuplicateSuggestion>, IDeepCloneable<AgentCoachingInstruction.Types.DuplicateCheckResult.Types.DuplicateSuggestion>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AgentCoachingInstruction.Types.DuplicateCheckResult.Types.DuplicateSuggestion.

The duplicate suggestion details.

Inheritance

object > AgentCoachingInstruction.Types.DuplicateCheckResult.Types.DuplicateSuggestion

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

DuplicateSuggestion()

public DuplicateSuggestion()

DuplicateSuggestion(DuplicateSuggestion)

public DuplicateSuggestion(AgentCoachingInstruction.Types.DuplicateCheckResult.Types.DuplicateSuggestion other)
Parameter
Name Description
other AgentCoachingInstructionTypesDuplicateCheckResultTypesDuplicateSuggestion

Properties

AnswerRecord

public string AnswerRecord { get; set; }

Output only. The answer record id of the past duplicate suggestion.

Property Value
Type Description
string

SimilarityScore

public float SimilarityScore { get; set; }

Output only. The similarity score of between the past and current suggestion.

Property Value
Type Description
float

SuggestionIndex

public int SuggestionIndex { get; set; }

Output only. The index of the duplicate suggestion in the past suggestion list.

Property Value
Type Description
int