Comment

data class Comment(val value: CommentContent) : RelatedItemContent

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

Constructors

Link copied to clipboard
constructor(value: CommentContent)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard