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

    Interface FallbackMessage

    Fallback message. Used when original contact message can not be handled.

    interface FallbackMessage {
        raw_message?: string;
        reason?: Reason;
    }
    Index

    Properties

    raw_message?: string

    Optional. The raw fallback message if provided by the channel.

    reason?: Reason

    Reason