Interface TranscodingService


public interface TranscodingService
Transcoding Service
  • Method Details

    • transcodeMessage

      TranscodeMessageResponse transcodeMessage(TranscodeMessageRequest transcodeMessageRequest) throws ApiException
      Transcode a message

      Transcodes the message from the Conversation API format to the channel-specific formats for the requested channels. No message is sent to the contact.

      Parameters:
      transcodeMessageRequest - The message to be transcoded, and the app and channels for which the message is to be transcoded. (required)
      Returns:
      TranscodeMessageResponse
      Throws:
      ApiException - if fails to make API call