View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2NotificationConfig (google_api_dialogflow v0.74.0)

Defines notification behavior.

Attributes

  • messageFormat (type: String.t, default: nil) - Format of message.
  • topic (type: String.t, default: nil) - Name of the Pub/Sub topic to publish conversation events like CONVERSATION_STARTED as serialized ConversationEvent protos. Notification works for phone calls, if this topic either is in the same project as the conversation or you grant service-@gcp-sa-dialogflow.iam.gserviceaccount.com the Dialogflow Service Agent role in the topic project. Format: projects//locations//topics/.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2NotificationConfig{
  messageFormat: String.t() | nil,
  topic: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.