| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseCard |
ResponseCard.clone() |
ResponseCard |
PostTextResult.getResponseCard()
Represents the options that the user has to respond to the current prompt.
|
ResponseCard |
ResponseCard.withContentType(ContentType contentType)
The content type of the response.
|
ResponseCard |
ResponseCard.withContentType(String contentType)
The content type of the response.
|
ResponseCard |
ResponseCard.withGenericAttachments(Collection<GenericAttachment> genericAttachments)
An array of attachment objects representing options.
|
ResponseCard |
ResponseCard.withGenericAttachments(GenericAttachment... genericAttachments)
An array of attachment objects representing options.
|
ResponseCard |
ResponseCard.withVersion(String version)
The version of the response card format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostTextResult.setResponseCard(ResponseCard responseCard)
Represents the options that the user has to respond to the current prompt.
|
PostTextResult |
PostTextResult.withResponseCard(ResponseCard responseCard)
Represents the options that the user has to respond to the current prompt.
|
Copyright © 2018. All rights reserved.