| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static ResponseCard.Builder |
ResponseCard.builder() |
ResponseCard.Builder |
ResponseCard.Builder.contentType(ContentType contentType)
The content type of the response.
|
ResponseCard.Builder |
ResponseCard.Builder.contentType(String contentType)
The content type of the response.
|
ResponseCard.Builder |
ResponseCard.Builder.genericAttachments(Collection<GenericAttachment> genericAttachments)
An array of attachment objects representing options.
|
ResponseCard.Builder |
ResponseCard.Builder.genericAttachments(Consumer<GenericAttachment.Builder>... genericAttachments)
An array of attachment objects representing options.
|
ResponseCard.Builder |
ResponseCard.Builder.genericAttachments(GenericAttachment... genericAttachments)
An array of attachment objects representing options.
|
ResponseCard.Builder |
ResponseCard.toBuilder() |
ResponseCard.Builder |
ResponseCard.Builder.version(String version)
The version of the response card format.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResponseCard.Builder> |
ResponseCard.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PostTextResponse.Builder |
PostTextResponse.Builder.responseCard(Consumer<ResponseCard.Builder> responseCard)
Represents the options that the user has to respond to the current prompt.
|
Copyright © 2023. All rights reserved.