RelatedItemContent
Represents the content of a particular type of related item.
Inheritors
Types
Represents the content of a comment to be returned to agents.
Represents the Amazon Connect case to be created as a related item.
Represents the content of a contact to be returned to agents.
Represents the content of a Custom
type related item.
Represents the content of a File to be returned to agents.
Represents the content of an SLA to be returned to agents.
Functions
Casts this RelatedItemContent as a Comment and retrieves its aws.sdk.kotlin.services.connectcases.model.CommentContent value. Throws an exception if the RelatedItemContent is not a Comment.
Casts this RelatedItemContent as a Comment and retrieves its aws.sdk.kotlin.services.connectcases.model.CommentContent value. Returns null if the RelatedItemContent is not a Comment.
Casts this RelatedItemContent as a ConnectCase and retrieves its aws.sdk.kotlin.services.connectcases.model.ConnectCaseContent value. Throws an exception if the RelatedItemContent is not a ConnectCase.
Casts this RelatedItemContent as a ConnectCase and retrieves its aws.sdk.kotlin.services.connectcases.model.ConnectCaseContent value. Returns null if the RelatedItemContent is not a ConnectCase.
Casts this RelatedItemContent as a Contact and retrieves its aws.sdk.kotlin.services.connectcases.model.ContactContent value. Throws an exception if the RelatedItemContent is not a Contact.
Casts this RelatedItemContent as a Contact and retrieves its aws.sdk.kotlin.services.connectcases.model.ContactContent value. Returns null if the RelatedItemContent is not a Contact.
Casts this RelatedItemContent as a Custom and retrieves its aws.sdk.kotlin.services.connectcases.model.CustomContent value. Throws an exception if the RelatedItemContent is not a Custom.
Casts this RelatedItemContent as a Custom and retrieves its aws.sdk.kotlin.services.connectcases.model.CustomContent value. Returns null if the RelatedItemContent is not a Custom.
Casts this RelatedItemContent as a File and retrieves its aws.sdk.kotlin.services.connectcases.model.FileContent value. Throws an exception if the RelatedItemContent is not a File.
Casts this RelatedItemContent as a File and retrieves its aws.sdk.kotlin.services.connectcases.model.FileContent value. Returns null if the RelatedItemContent is not a File.
Casts this RelatedItemContent as a Sla and retrieves its aws.sdk.kotlin.services.connectcases.model.SlaContent value. Throws an exception if the RelatedItemContent is not a Sla.
Casts this RelatedItemContent as a Sla and retrieves its aws.sdk.kotlin.services.connectcases.model.SlaContent value. Returns null if the RelatedItemContent is not a Sla.