public sealed class AgentCoachingSuggestion.Types.DuplicateCheckResult.Types.DuplicateSuggestion : IMessage<AgentCoachingSuggestion.Types.DuplicateCheckResult.Types.DuplicateSuggestion>, IEquatable<AgentCoachingSuggestion.Types.DuplicateCheckResult.Types.DuplicateSuggestion>, IDeepCloneable<AgentCoachingSuggestion.Types.DuplicateCheckResult.Types.DuplicateSuggestion>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AgentCoachingSuggestion.Types.DuplicateCheckResult.Types.DuplicateSuggestion.
The duplicate suggestion details. Keeping answer_record and sources together as they are identifiers for duplicate suggestions.
Implements
IMessageAgentCoachingSuggestionTypesDuplicateCheckResultTypesDuplicateSuggestion, IEquatableAgentCoachingSuggestionTypesDuplicateCheckResultTypesDuplicateSuggestion, IDeepCloneableAgentCoachingSuggestionTypesDuplicateCheckResultTypesDuplicateSuggestion, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
DuplicateSuggestion()
public DuplicateSuggestion()DuplicateSuggestion(DuplicateSuggestion)
public DuplicateSuggestion(AgentCoachingSuggestion.Types.DuplicateCheckResult.Types.DuplicateSuggestion other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentCoachingSuggestionTypesDuplicateCheckResultTypesDuplicateSuggestion |
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 |
|
Sources
public AgentCoachingSuggestion.Types.Sources Sources { get; set; }Output only. Sources for the suggestion.
| Property Value | |
|---|---|
| Type | Description |
AgentCoachingSuggestionTypesSources |
|
SuggestionIndex
public int SuggestionIndex { get; set; }Output only. The index of the duplicate suggestion in the past suggestion list.
| Property Value | |
|---|---|
| Type | Description |
int |
|