Class GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion
The duplicate suggestion details.
Inheritance
GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion : IDirectResponseSchema
Properties
AnswerRecord
Output only. The answer record id of the past duplicate suggestion.
Declaration
[JsonProperty("answerRecord")]
public virtual string AnswerRecord { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SimilarityScore
Output only. The similarity score of between the past and current suggestion.
Declaration
[JsonProperty("similarityScore")]
public virtual float? SimilarityScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
SuggestionIndex
Output only. The index of the duplicate suggestion in the past suggestion list.
Declaration
[JsonProperty("suggestionIndex")]
public virtual int? SuggestionIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |