GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent (google_api_dialogflow v0.89.0)

View Source

The mime content from the initial SIP INVITE.

Attributes

  • content (type: String.t, default: nil) - Optional. The content payload.
  • mimeType (type: String.t, default: nil) - Optional. The mime type of the content.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent{
    content: String.t() | nil,
    mimeType: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.