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, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AgentCoachingInstruction.Types.DuplicateCheckResult.Types.DuplicateSuggestion.
The duplicate suggestion details.
Implements
IMessageAgentCoachingInstructionTypesDuplicateCheckResultTypesDuplicateSuggestion, IEquatableAgentCoachingInstructionTypesDuplicateCheckResultTypesDuplicateSuggestion, IDeepCloneableAgentCoachingInstructionTypesDuplicateCheckResultTypesDuplicateSuggestion, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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 |
|