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
651 652 653 654 |
# File 'proto_docs/google/chat/v1/message.rb', line 651 class DialogAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dialog ⇒ ::Google::Apps::Chat::V1::Dialog
651 652 653 654 |
# File 'proto_docs/google/chat/v1/message.rb', line 651 class DialogAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |