Class GoogleCloudDialogflowV2beta1ConversationEvent
Represents a notification sent to Pub/Sub subscribers for conversation lifecycle events.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ConversationEvent : IDirectResponseSchema
Properties
Conversation
Required. 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
Optional. 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 GoogleCloudDialogflowV2beta1Message NewMessagePayload { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1Message |
Type
Required. The type of the event that this notification refers to.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |