Class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
The duplicate suggestion details. Keeping answer_record and sources together as they are identifiers for duplicate suggestions.
Inheritance
GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion : 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? |
Sources
Output only. Sources for the suggestion.
Declaration
[JsonProperty("sources")]
public virtual GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources Sources { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources |
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? |