Interface TranscodeMessageRequest
public interface TranscodeMessageRequest
TranscodeMessageRequest
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Getting buildergetAppId()The ID of the app used to transcode the message.AppMessage<?> Get appMessageThe list of channels for which the message shall be transcoded to.getFrom()Optional.getTo()Optional.
-
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
-