Class: Google::Apps::Chat::V1::DialogAction
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::DialogAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/message.rb
Overview
Contains a dialog and request status code.
Instance Attribute Summary collapse
-
#action_status ⇒ ::Google::Apps::Chat::V1::ActionStatus
Input only.
-
#dialog ⇒ ::Google::Apps::Chat::V1::Dialog
Input only.
Instance Attribute Details
#action_status ⇒ ::Google::Apps::Chat::V1::ActionStatus
Returns 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.
622 623 624 625 |
# File 'proto_docs/google/chat/v1/message.rb', line 622 class DialogAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dialog ⇒ ::Google::Apps::Chat::V1::Dialog
Returns Input only. Dialog for the request.
622 623 624 625 |
# File 'proto_docs/google/chat/v1/message.rb', line 622 class DialogAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |