Interface protos.google.chat.v1.ISlashCommandMetadata (0.4.0)

Properties of a SlashCommandMetadata.

Package

@google-apps/chat

Properties

bot

bot?: (google.chat.v1.IUser|null);

SlashCommandMetadata bot

commandId

commandId?: (number|Long|string|null);

SlashCommandMetadata commandId

commandName

commandName?: (string|null);

SlashCommandMetadata commandName

triggersDialog

triggersDialog?: (boolean|null);

SlashCommandMetadata triggersDialog

type

type?: (google.chat.v1.SlashCommandMetadata.Type|keyof typeof google.chat.v1.SlashCommandMetadata.Type|null);

SlashCommandMetadata type