Class: Google::Apps::Chat::V1::ActionStatus

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#status_code::Google::Rpc::Code

Returns The status code.

Returns:



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.

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.



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