Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::DialogAction.
Contains a dialog and request status code.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action_status
def action_status() -> ::Google::Apps::Chat::V1::ActionStatus
Returns
- (::Google::Apps::Chat::V1::ActionStatus) — 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.
#action_status=
def action_status=(value) -> ::Google::Apps::Chat::V1::ActionStatus
Parameter
- value (::Google::Apps::Chat::V1::ActionStatus) — 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.
Returns
- (::Google::Apps::Chat::V1::ActionStatus) — 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
def dialog() -> ::Google::Apps::Chat::V1::Dialog
Returns
- (::Google::Apps::Chat::V1::Dialog) — Input only. Dialog for the request.
#dialog=
def dialog=(value) -> ::Google::Apps::Chat::V1::Dialog
Parameter
- value (::Google::Apps::Chat::V1::Dialog) — Input only. Dialog for the request.
Returns
- (::Google::Apps::Chat::V1::Dialog) — Input only. Dialog for the request.