View Source GoogleApi.Chat.V1.Model.Dialog (google_api_chat v0.34.3)

Wrapper around the card body of the dialog.

Attributes

  • body (type: GoogleApi.Chat.V1.Model.GoogleAppsCardV1Card.t, default: nil) - Input only. Body of the dialog, which is rendered in a modal. Google Chat apps don't support the following card entities: DateTimePicker, OnChangeAction.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.Dialog{
  body: GoogleApi.Chat.V1.Model.GoogleAppsCardV1Card.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.