Contact

data class Contact(val value: Contact) : RelatedItemInputContent

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

Constructors

Link copied to clipboard
constructor(value: Contact)

Properties

Link copied to clipboard

Inherited 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