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

    Interface WhatsAppInteractiveNfmReply

    The interactive nfm reply message.

    interface WhatsAppInteractiveNfmReply {
        body: string;
        name: "flow" | "address_message";
        response_json: string;
    }
    Index

    Properties

    body: string

    The message body.

    name: "flow" | "address_message"

    The nfm reply message type.

    response_json: string

    The JSON specific data.