Class: Google::Apps::Chat::V1::SlashCommand

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

Instance Attribute Details

#command_id::Integer

Returns The ID of the slash command invoked.

Returns:

  • (::Integer)

    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