Class GoogleCloudDialogflowV2ConversationEvent
Represents a notification sent to Pub/Sub subscribers for conversation lifecycle events.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2ConversationEvent : IDirectResponseSchema
Properties
Conversation
The unique identifier of the conversation this notification refers to. Format: projects//conversations/
.
Declaration
[JsonProperty("conversation")]
public virtual string Conversation { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorStatus
More detailed information about an error. Only set for type UNRECOVERABLE_ERROR_IN_PHONE_CALL.
Declaration
[JsonProperty("errorStatus")]
public virtual GoogleRpcStatus ErrorStatus { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |
NewMessagePayload
Payload of NEW_MESSAGE event.
Declaration
[JsonProperty("newMessagePayload")]
public virtual GoogleCloudDialogflowV2Message NewMessagePayload { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2Message |
Type
The type of the event that this notification refers to.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |