Class: Google::Apps::Chat::V1::ActionStatus
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ActionStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/action_status.rb
Overview
Represents the status for a request to either invoke or submit a dialog.
Instance Attribute Summary collapse
-
#status_code ⇒ ::Google::Rpc::Code
The status code.
-
#user_facing_message ⇒ ::String
The message to send users about the status of their request.
Instance Attribute Details
#status_code ⇒ ::Google::Rpc::Code
Returns The status code.
33 34 35 36 |
# File 'proto_docs/google/chat/v1/action_status.rb', line 33 class ActionStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_facing_message ⇒ ::String
Returns The message to send users about the status of their request.
If unset, a generic message based on the status_code
is sent.
33 34 35 36 |
# File 'proto_docs/google/chat/v1/action_status.rb', line 33 class ActionStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |