Skip to content

StartScreenPrompt

type StartScreenPrompt = {
icon?: ChatKitIcon;
label: string;
prompt: string;
};
optional icon: ChatKitIcon;

Optional icon displayed with the prompt.


label: string;

Human-readable label shown for the prompt.


prompt: string;

Text inserted into the composer when the prompt is chosen.