Class GoogleCloudDialogflowV2HumanAgentAssistantEvent
Inheritance
GoogleCloudDialogflowV2HumanAgentAssistantEvent
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2HumanAgentAssistantEvent : IDirectResponseSchema
Properties
Conversation
Declaration
[JsonProperty("conversation")]
public virtual string Conversation { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Participant
Declaration
[JsonProperty("participant")]
public virtual string Participant { get; set; }
Property Value
SuggestionResults
Declaration
[JsonProperty("suggestionResults")]
public virtual IList<GoogleCloudDialogflowV2SuggestionResult> SuggestionResults { get; set; }
Property Value
Implements