Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ActionStatus.
Represents the status for a request to either invoke or submit a dialog.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#status_code
def status_code() -> ::Google::Rpc::Code
Returns
- (::Google::Rpc::Code) — The status code.
#status_code=
def status_code=(value) -> ::Google::Rpc::Code
Parameter
- value (::Google::Rpc::Code) — The status code.
Returns
- (::Google::Rpc::Code) — The status code.
#user_facing_message
def user_facing_message() -> ::String
Returns
-
(::String) — The message to send users about the status of their request.
If unset, a generic message based on the
status_code
is sent.
#user_facing_message=
def user_facing_message=(value) -> ::String
Parameter
-
value (::String) — The message to send users about the status of their request.
If unset, a generic message based on the
status_code
is sent.
Returns
-
(::String) — The message to send users about the status of their request.
If unset, a generic message based on the
status_code
is sent.