google_api_dialogflow v0.2.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ConversationEvent View Source
Represents a notification sent to Cloud Pub/Sub subscribers for conversation lifecycle events.
Attributes
- conversation (String.t): Required. The unique identifier of the conversation this notification refers to. Format: `projects/<Project ID>/conversations/<Conversation ID>`. Defaults to:
null. - errorStatus (GoogleRpcStatus): Optional. More detailed information about an error. Only set for type UNRECOVERABLE_ERROR_IN_PHONE_CALL. Defaults to:
null. type (String.t): Required. The type of the event that this notification refers to. Defaults to:
null.- Enum - one of [TYPE_UNSPECIFIED, CONVERSATION_STARTED, CONVERSATION_FINISHED, UNRECOVERABLE_ERROR]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() ::
%GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ConversationEvent{
conversation: any(),
errorStatus: GoogleApi.Dialogflow.V2.Model.GoogleRpcStatus.t(),
type: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.