GoogleApi.Chat.V1.Model.Dialog (google_api_chat v0.31.1) View Source
Wrapper around the card body of the dialog.
Attributes
-
body
(type:GoogleApi.Chat.V1.Model.GoogleAppsCardV1Card.t
, default:nil
) - Body of the dialog, which will be rendered in a modal. NOTE: The following fields within the objects are not supported: google.apps.card.v1.Widget.date_time_picker google.apps.card.v1.DecoratedText.SwitchControl.on_change_action google.apps.card.v1.TextInput.on_change_action google.apps.card.v1.SelectionInput.on_change_action google.apps.card.v1.DateTimePicker.on_change_action Setting the fields above will have no effect on the dialog.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Chat.V1.Model.Dialog{ body: GoogleApi.Chat.V1.Model.GoogleAppsCardV1Card.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.