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

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