Class GoogleCloudDialogflowV2AgentCoachingSuggestion
Inheritance
GoogleCloudDialogflowV2AgentCoachingSuggestion
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AgentCoachingSuggestion : IDirectResponseSchema
Properties
AgentActionSuggestions
Declaration
[JsonProperty("agentActionSuggestions")]
public virtual IList<GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion> AgentActionSuggestions { get; set; }
Property Value
ApplicableInstructions
Declaration
[JsonProperty("applicableInstructions")]
public virtual IList<GoogleCloudDialogflowV2AgentCoachingInstruction> ApplicableInstructions { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SampleResponses
Declaration
[JsonProperty("sampleResponses")]
public virtual IList<GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse> SampleResponses { get; set; }
Property Value
Implements