Interface HomeScreenStarterButton

A conversation starter button on the home screen. Currently, only label is provided by tooling.

interface HomeScreenStarterButton {
    isSelected?: boolean;
    label: string;
}

Properties

Properties

isSelected?: boolean

Indicates if the button was previously clicked and should be displayed as selected.

label: string

The display label of the button. This is also the value that is sent as the user's utterance to the assistant when the button is clicked.

MMNEPVFCICPMFPCPTTAAATR