| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static MessageFormatType |
MessageFormatType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
PostContentResult.setMessageFormat(MessageFormatType messageFormat)
The format of the response message.
|
void |
PostTextResult.setMessageFormat(MessageFormatType messageFormat)
The format of the response message.
|
PostContentResult |
PostContentResult.withMessageFormat(MessageFormatType messageFormat)
The format of the response message.
|
PostTextResult |
PostTextResult.withMessageFormat(MessageFormatType messageFormat)
The format of the response message.
|
Copyright © 2018. All rights reserved.