Interface TranscodeMessageResponse


public interface TranscodeMessageResponse
TranscodeMessageResponse
  • Method Details

    • getTranscodedMessage

      Map<ConversationChannel,String> getTranscodedMessage()
      The transcoded message for the different channels. The keys in the map correspond to channel names, as defined by the type ConversationChannel.
      Returns:
      transcodedMessage
      Read Only
      This field is returned by the server and cannot be modified
    • builder

      Getting builder
      Returns:
      New Builder instance