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

Copy Markdown

Corpo conforme type: speak (text, opcional voice/language), play (audioUrl), gather, template (templateId, variables).

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfVoiceCreateBodyPayload{
  audioUrl: String.t() | nil,
  gather: %{optional(String.t()) => any()} | nil,
  language: String.t() | nil,
  templateId: String.t() | nil,
  text: String.t() | nil,
  variables: %{optional(String.t()) => any()} | nil,
  voice: String.t() | nil
}

Functions

decode(value)