Interface TranscodeMessageRequest


public interface TranscodeMessageRequest
TranscodeMessageRequest
  • Method Details

    • getAppId

      String getAppId()
      The ID of the app used to transcode the message.
      Returns:
      appId
    • getAppMessage

      AppMessage<?> getAppMessage()
      Get appMessage
      Returns:
      appMessage
    • getChannels

      List<ConversationChannel> getChannels()
      The list of channels for which the message shall be transcoded to.
      Returns:
      channels
    • getFrom

      String getFrom()
      Optional.
      Returns:
      from
    • getTo

      String getTo()
      Optional.
      Returns:
      to
    • builder

      Getting builder
      Returns:
      New Builder instance