Class GoogleCloudDialogflowV2ConversationEvent
Inheritance
GoogleCloudDialogflowV2ConversationEvent
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2ConversationEvent : IDirectResponseSchema
Properties
Conversation
Declaration
[JsonProperty("conversation")]
public virtual string Conversation { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ErrorStatus
Declaration
[JsonProperty("errorStatus")]
public virtual GoogleRpcStatus ErrorStatus { get; set; }
Property Value
NewMessagePayload
Declaration
[JsonProperty("newMessagePayload")]
public virtual GoogleCloudDialogflowV2Message NewMessagePayload { get; set; }
Property Value
NewRecognitionResultPayload
Declaration
[JsonProperty("newRecognitionResultPayload")]
public virtual GoogleCloudDialogflowV2StreamingRecognitionResult NewRecognitionResultPayload { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Implements