View Source GoogleApi.Chat.V1.Model.DialogAction (google_api_chat v0.41.4)
Contains a dialog and request status code.
Attributes
-
actionStatus(type:GoogleApi.Chat.V1.Model.ActionStatus.t, default:nil) - Input only. Status for a request to either invoke or submit a dialog. Displays a status and message to users, if necessary. For example, in case of an error or success. -
dialog(type:GoogleApi.Chat.V1.Model.Dialog.t, default:nil) - Input only. Dialog for the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.DialogAction{ actionStatus: GoogleApi.Chat.V1.Model.ActionStatus.t() | nil, dialog: GoogleApi.Chat.V1.Model.Dialog.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.