RelatedItemInputContent

Represents the content of a related item to be created.

Inheritors

Types

Link copied to clipboard

Represents the content of a comment to be returned to agents.

Link copied to clipboard
data class Contact(val value: Contact) : RelatedItemInputContent

Object representing a contact in Amazon Connect as an API request field.

Link copied to clipboard
data class File(val value: FileContent) : RelatedItemInputContent

A file of related items.

Link copied to clipboard
Link copied to clipboard

Represents the content of an SLA to be created.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard