google_api_dialogflow v0.6.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent View Source

Represents a notification sent to Cloud Pub/Sub subscribers for agent assistant events in a specific conversation.

Attributes

  • conversation (String.t): Required. The conversation this notification refers to. Format: `projects/<Project ID>/conversations/<Conversation ID>`. 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, NEW_SUGGESTION]

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.GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent{
    conversation: any(),
    type: any()
  }

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.