Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface ChoiceItem

    interface ChoiceItem {
        description?: string;
        media?: MediaProperties;
        postback_data?: string;
        title: string;
    }
    Index

    Properties

    description?: string

    Optional parameter. The description (or subtitle) of this choice item.

    Optional parameter. The media of this choice item.

    postback_data?: string

    Optional parameter. Postback data that will be returned in the MO if the user selects this option.

    title: string

    Required parameter. Title for the choice item.