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