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

    Interface ProductResponseMessage

    Represents an interactive WhatsApp message containing ProductItem objects

    interface ProductResponseMessage {
        catalog_id?: string;
        products: ProductItem[];
        text?: string;
    }
    Index

    Properties

    catalog_id?: string

    Optional parameter. The catalog id that the selected products belong to.

    products: ProductItem[]

    The selected products.

    text?: string

    Optional parameter. Text that may be sent with selected products.