Command
type Command = { description?: string; group?: string; icon?: ChatKitIcon; id: string; label: string;};An action that can be found from the composer’s command menu.
Properties
Section titled “Properties”description?
Section titled “description?”optional description: string;group?
Section titled “group?”optional group: string;optional icon: ChatKitIcon;id: string;label: string;