RelatedItemInputContent
Represents the content of a related item to be created.
Inheritors
Types
Represents the content of a comment to be returned to agents.
Object representing a contact in Amazon Connect as an API request field.
A file of related items.
Represents the content of an SLA to be created.
Functions
Casts this RelatedItemInputContent as a Comment and retrieves its aws.sdk.kotlin.services.connectcases.model.CommentContent value. Throws an exception if the RelatedItemInputContent is not a Comment.
Casts this RelatedItemInputContent as a Comment and retrieves its aws.sdk.kotlin.services.connectcases.model.CommentContent value. Returns null if the RelatedItemInputContent is not a Comment.
Casts this RelatedItemInputContent as a Contact and retrieves its aws.sdk.kotlin.services.connectcases.model.Contact value. Throws an exception if the RelatedItemInputContent is not a Contact.
Casts this RelatedItemInputContent as a Contact and retrieves its aws.sdk.kotlin.services.connectcases.model.Contact value. Returns null if the RelatedItemInputContent is not a Contact.
Casts this RelatedItemInputContent as a File and retrieves its aws.sdk.kotlin.services.connectcases.model.FileContent value. Throws an exception if the RelatedItemInputContent is not a File.
Casts this RelatedItemInputContent as a File and retrieves its aws.sdk.kotlin.services.connectcases.model.FileContent value. Returns null if the RelatedItemInputContent is not a File.
Casts this RelatedItemInputContent as a Sla and retrieves its aws.sdk.kotlin.services.connectcases.model.SlaInputContent value. Throws an exception if the RelatedItemInputContent is not a Sla.
Casts this RelatedItemInputContent as a Sla and retrieves its aws.sdk.kotlin.services.connectcases.model.SlaInputContent value. Returns null if the RelatedItemInputContent is not a Sla.