Uses of Class
software.amazon.awssdk.services.lexruntime.model.MessageFormatType
-
Packages that use MessageFormatType Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of MessageFormatType in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return MessageFormatType Modifier and Type Method Description static MessageFormatTypeMessageFormatType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MessageFormatTypeDialogAction. messageFormat()MessageFormatTypePostContentResponse. messageFormat()The format of the response message.MessageFormatTypePostTextResponse. messageFormat()The format of the response message.MessageFormatTypePutSessionResponse. messageFormat()The format of the response message.static MessageFormatTypeMessageFormatType. 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.Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type MessageFormatType Modifier and Type Method Description static Set<MessageFormatType>MessageFormatType. knownValues()Methods in software.amazon.awssdk.services.lexruntime.model with parameters of type MessageFormatType Modifier and Type Method Description DialogAction.BuilderDialogAction.Builder. messageFormat(MessageFormatType messageFormat)PostContentResponse.BuilderPostContentResponse.Builder. messageFormat(MessageFormatType messageFormat)The format of the response message.PostTextResponse.BuilderPostTextResponse.Builder. messageFormat(MessageFormatType messageFormat)The format of the response message.PutSessionResponse.BuilderPutSessionResponse.Builder. messageFormat(MessageFormatType messageFormat)The format of the response message.
-