Class GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
Inheritance
GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion : IDirectResponseSchema
Properties
AnswerRecord
Declaration
[JsonProperty("answerRecord")]
public virtual string AnswerRecord { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SimilarityScore
Declaration
[JsonProperty("similarityScore")]
public virtual float? SimilarityScore { get; set; }
Property Value
Sources
Declaration
[JsonProperty("sources")]
public virtual GoogleCloudDialogflowV2AgentCoachingSuggestionSources Sources { get; set; }
Property Value
SuggestionIndex
Declaration
[JsonProperty("suggestionIndex")]
public virtual int? SuggestionIndex { get; set; }
Property Value
Implements