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

    Interface ChoiceResponseMessage

    Represents a response to a choice message.

    interface ChoiceResponseMessage {
        message_id: string;
        postback_data: string;
    }
    Index

    Properties

    message_id: string

    The message id containing the choice.

    postback_data: string

    The postback_data defined in the selected choice.