static RuntimeHintDetails.Builder |
RuntimeHintDetails.builder() |
|
RuntimeHintDetails.Builder |
RuntimeHintDetails.Builder.runtimeHintValues(Collection<RuntimeHintValue> runtimeHintValues) |
One or more strings that Amazon Lex V2 should look for in the input to the bot.
|
RuntimeHintDetails.Builder |
RuntimeHintDetails.Builder.runtimeHintValues(Consumer<RuntimeHintValue.Builder>... runtimeHintValues) |
One or more strings that Amazon Lex V2 should look for in the input to the bot.
|
RuntimeHintDetails.Builder |
RuntimeHintDetails.Builder.runtimeHintValues(RuntimeHintValue... runtimeHintValues) |
One or more strings that Amazon Lex V2 should look for in the input to the bot.
|
RuntimeHintDetails.Builder |
RuntimeHintDetails.Builder.subSlotHints(Map<String,RuntimeHintDetails> subSlotHints) |
A map of constituent sub slot names inside a composite slot in the intent and the phrases that should be
added for each sub slot.
|
RuntimeHintDetails.Builder |
RuntimeHintDetails.toBuilder() |
|