TextMessage
A plain text RCS message.
Inherited functions
Casts this RcsContent as a Carousel and retrieves its aws.sdk.kotlin.services.pinpointsmsvoicev2.model.RcsCarousel value. Throws an exception if the RcsContent is not a Carousel.
Casts this RcsContent as a Carousel and retrieves its aws.sdk.kotlin.services.pinpointsmsvoicev2.model.RcsCarousel value. Returns null if the RcsContent is not a Carousel.
Casts this RcsContent as a FileMessage and retrieves its aws.sdk.kotlin.services.pinpointsmsvoicev2.model.RcsFileMessage value. Throws an exception if the RcsContent is not a FileMessage.
Casts this RcsContent as a FileMessage and retrieves its aws.sdk.kotlin.services.pinpointsmsvoicev2.model.RcsFileMessage value. Returns null if the RcsContent is not a FileMessage.
Casts this RcsContent as a RichCard and retrieves its aws.sdk.kotlin.services.pinpointsmsvoicev2.model.RcsStandaloneCard value. Throws an exception if the RcsContent is not a RichCard.
Casts this RcsContent as a RichCard and retrieves its aws.sdk.kotlin.services.pinpointsmsvoicev2.model.RcsStandaloneCard value. Returns null if the RcsContent is not a RichCard.
Casts this RcsContent as a TextMessage and retrieves its aws.sdk.kotlin.services.pinpointsmsvoicev2.model.RcsTextMessage value. Throws an exception if the RcsContent is not a TextMessage.
Casts this RcsContent as a TextMessage and retrieves its aws.sdk.kotlin.services.pinpointsmsvoicev2.model.RcsTextMessage value. Returns null if the RcsContent is not a TextMessage.