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

    Interface ContactMessageProductResponseMessage

    interface ContactMessageProductResponseMessage {
        channel_specific_message?: never;
        choice_response_message?: never;
        fallback_message?: never;
        location_message?: never;
        media_card_message?: never;
        media_message?: never;
        product_response_message: ProductResponseMessage;
        reply_to?: ReplyTo;
        text_message?: never;
    }

    Hierarchy

    • ContactMessageBase
      • ContactMessageProductResponseMessage
    Index

    Properties

    channel_specific_message?: never
    choice_response_message?: never
    fallback_message?: never
    location_message?: never
    media_card_message?: never
    media_message?: never
    product_response_message: ProductResponseMessage

    ProductResponseMessage

    reply_to?: ReplyTo

    ReplyTo

    text_message?: never