ChatBotKit Node SDK
    Preparing search index...

    Interface SelectOption

    interface SelectOption {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string

    The label to display to the user

    value: string

    The value to return when selected