Notifique.OpenApi.Model.NtfWaCreateWhatsAppCallRequestPayload (notifique v0.2.1)

Copy Markdown

speak: text, opcional voice/language. play: audioUrl. gather: objeto gather. template: templateId, variables.

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfWaCreateWhatsAppCallRequestPayload{
  mediaUrl: String.t() | nil,
  templateId: String.t() | nil,
  text: String.t() | nil,
  variables:
    Notifique.OpenApi.Model.NtfWaCreateWhatsAppCallRequestPayloadVariables.t()
    | nil,
  voice: String.t() | nil
}

Functions

decode(value)