| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static MessageFormatType |
MessageFormatType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MessageFormatType |
PostTextResponse.messageFormat()
The format of the response message.
|
MessageFormatType |
PostContentResponse.messageFormat()
The format of the response message.
|
MessageFormatType |
PutSessionResponse.messageFormat()
The format of the response message.
|
MessageFormatType |
DialogAction.messageFormat()
|
static MessageFormatType |
MessageFormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageFormatType[] |
MessageFormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MessageFormatType> |
MessageFormatType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PostTextResponse.Builder |
PostTextResponse.Builder.messageFormat(MessageFormatType messageFormat)
The format of the response message.
|
PostContentResponse.Builder |
PostContentResponse.Builder.messageFormat(MessageFormatType messageFormat)
The format of the response message.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.messageFormat(MessageFormatType messageFormat)
The format of the response message.
|
DialogAction.Builder |
DialogAction.Builder.messageFormat(MessageFormatType messageFormat)
|
Copyright © 2023. All rights reserved.