Class SlashCommand

java.lang.Object
io.micronaut.chatbots.google.api.SlashCommand

public class SlashCommand extends Object
A slash command in Google Chat.
Since:
1.0.0
Author:
Sergio del Amo
See Also:
  • Constructor Details

    • SlashCommand

      public SlashCommand()
  • Method Details

    • getCommandId

      @NonNull public @NonNull String getCommandId()
      Returns:
      The id of the slash command invoked.
    • setCommandId

      public void setCommandId(@NonNull @NonNull String commandId)
      Parameters:
      commandId - The id of the slash command invoked.