Class: Google::Apps::Chat::V1::SlashCommand
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::SlashCommand
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/slash_command.rb
Overview
A slash command in Google Chat.
Instance Attribute Summary collapse
-
#command_id ⇒ ::Integer
The ID of the slash command invoked.
Instance Attribute Details
#command_id ⇒ ::Integer
Returns The ID of the slash command invoked.
30 31 32 33 |
# File 'proto_docs/google/chat/v1/slash_command.rb', line 30 class SlashCommand include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |