Interface TranscodeMessageResponse
public interface TranscodeMessageResponse
TranscodeMessageResponse
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderThe transcoded message for the different channels.
-
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
-