Class GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult
Inheritance
GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult : IDirectResponseSchema
Properties
DuplicateSuggestions
Declaration
[JsonProperty("duplicateSuggestions")]
public virtual IList<GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion> DuplicateSuggestions { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements