StartScreenPrompt
type StartScreenPrompt = { icon?: ChatKitIcon; label: string; prompt: string;};Properties
Section titled “Properties”optional icon: ChatKitIcon;Optional icon displayed with the prompt.
label: string;Human-readable label shown for the prompt.
prompt
Section titled “prompt”prompt: string;Text inserted into the composer when the prompt is chosen.