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

    Interface TranscodeMessageResponse

    interface TranscodeMessageResponse {
        transcoded_message?: { [key: string]: string };
    }
    Index

    Properties

    transcoded_message?: { [key: string]: string }

    The transcoded message for the different channels. The keys in the map correspond to channel names, as defined by the type ConversationChannel.