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

    Interface TextMessageChoice

    A message containing only text.

    interface TextMessageChoice {
        calendar_message?: never;
        call_message?: never;
        location_message?: never;
        postback_data?: string;
        share_location_message?: never;
        text_message: TextMessageItem;
        url_message?: never;
    }

    Hierarchy (View Summary)

    Index

    Properties

    calendar_message?: never
    call_message?: never
    location_message?: never
    postback_data?: string

    An optional field. This data will be returned in the ChoiceResponseMessage. The default is message_id_{text, title}.

    share_location_message?: never
    text_message: TextMessageItem

    TextMessageItem

    url_message?: never