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

View Source

The SIP headers from the initial SIP INVITE.

Attributes

  • name (type: String.t, default: nil) - Optional. The name of the header.
  • value (type: String.t, default: nil) - Optional. The value of the header.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader{
    name: String.t() | nil,
    value: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.