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

    Interface LocationMessageChoice

    Message containing geographic location.

    interface LocationMessageChoice {
        calendar_message?: never;
        call_message?: never;
        location_message: LocationMessageItem;
        postback_data?: string;
        share_location_message?: never;
        text_message?: never;
        url_message?: never;
    }

    Hierarchy (View Summary)

    Index

    Properties

    calendar_message?: never
    call_message?: never
    location_message: LocationMessageItem

    LocationMessageItem

    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?: never
    url_message?: never