DocsReact UIui-componentsQuickRepliesProps
Package: @hexos/react-ui

Props for the QuickReplies component.

interface QuickRepliesProps {
    suggestions: string[];
    onSelect: (suggestion: string) => void;
    title?: string;
    className?: string;
}

suggestions

string[]

onSelect

(suggestion: string) => void

title

string

className

string