class Google::Apis::ChatV1::SlashCommand
A Slash Command in Chat.
Attributes
command_id[RW]
The id of the slash command invoked. Corresponds to the JSON property `commandId` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/chat_v1/classes.rb, line 2560 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/chat_v1/classes.rb, line 2565 def update!(**args) @command_id = args[:command_id] if args.key?(:command_id) end