| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
CommentContent |
RelatedItemContent.comment()
Represents the content of a comment to be returned to agents.
|
CommentContent |
RelatedItemInputContent.comment()
Represents the content of a comment to be returned to agents.
|
| Modifier and Type | Method and Description |
|---|---|
RelatedItemContent.Builder |
RelatedItemContent.Builder.comment(CommentContent comment)
Represents the content of a comment to be returned to agents.
|
RelatedItemInputContent.Builder |
RelatedItemInputContent.Builder.comment(CommentContent comment)
Represents the content of a comment to be returned to agents.
|
static RelatedItemContent |
RelatedItemContent.fromComment(CommentContent comment)
Create an instance of this class with
RelatedItemContent.comment() initialized to the given value. |
static RelatedItemInputContent |
RelatedItemInputContent.fromComment(CommentContent comment)
Create an instance of this class with
RelatedItemInputContent.comment() initialized to the given value. |
Copyright © 2023. All rights reserved.