Interface TranscodingService
public interface TranscodingService
Transcoding Service
-
Method Summary
Modifier and TypeMethodDescriptiontranscodeMessage(TranscodeMessageRequest transcodeMessageRequest) Transcode a message
-
Method Details
-
transcodeMessage
TranscodeMessageResponse transcodeMessage(TranscodeMessageRequest transcodeMessageRequest) throws ApiException Transcode a messageTranscodes 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
-