Uses of Class
software.amazon.awssdk.services.qconnect.model.TextMessage
-
Packages that use TextMessage Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of TextMessage in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return TextMessage Modifier and Type Method Description TextMessageMessageData. text()The message data in text type.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type TextMessage Modifier and Type Method Description static MessageDataMessageData. fromText(TextMessage text)Create an instance of this class withMessageData.text()initialized to the given value.MessageData.BuilderMessageData.Builder. text(TextMessage text)The message data in text type.
-