GoogleApi.Chat.V1.Model.DialogAction (google_api_chat v0.28.0) View Source
Contains dialog if present as well as the ActionStatus for the request sent from user.
Attributes
-
actionStatus
(type:GoogleApi.Chat.V1.Model.ActionStatus.t
, default:nil
) - Status for either invoke dialog or submit dialog requests. This will be used to display a status and message to user if needed. For example in case of an error or success. -
dialog
(type:GoogleApi.Chat.V1.Model.Dialog.t
, default:nil
) - Dialog for the request.
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.DialogAction{ actionStatus: GoogleApi.Chat.V1.Model.ActionStatus.t() | nil, dialog: GoogleApi.Chat.V1.Model.Dialog.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.