Class GoogleCloudDialogflowV2beta1GeneratorSuggestion
Inheritance
GoogleCloudDialogflowV2beta1GeneratorSuggestion
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1GeneratorSuggestion : IDirectResponseSchema
Properties
AgentCoachingSuggestion
Declaration
[JsonProperty("agentCoachingSuggestion")]
public virtual GoogleCloudDialogflowV2beta1AgentCoachingSuggestion AgentCoachingSuggestion { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("freeFormSuggestion")]
public virtual GoogleCloudDialogflowV2beta1FreeFormSuggestion FreeFormSuggestion { get; set; }
Property Value
SummarySuggestion
Declaration
[JsonProperty("summarySuggestion")]
public virtual GoogleCloudDialogflowV2beta1SummarySuggestion SummarySuggestion { get; set; }
Property Value
Declaration
[JsonProperty("toolCallInfo")]
public virtual IList<GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo> ToolCallInfo { get; set; }
Property Value
Implements