public static interface RuntimeHintDetails.Builder extends SdkPojo, CopyableBuilder<RuntimeHintDetails.Builder,RuntimeHintDetails>
| Modifier and Type | Method and Description |
|---|---|
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 |
runtimeHintValues(Consumer<RuntimeHintValue.Builder>... runtimeHintValues)
One or more strings that Amazon Lex V2 should look for in the input to the bot.
|
RuntimeHintDetails.Builder |
runtimeHintValues(RuntimeHintValue... runtimeHintValues)
One or more strings that Amazon Lex V2 should look for in the input to the bot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuntimeHintDetails.Builder runtimeHintValues(Collection<RuntimeHintValue> runtimeHintValues)
One or more strings that Amazon Lex V2 should look for in the input to the bot. Each phrase is given preference when deciding on slot values.
runtimeHintValues - One or more strings that Amazon Lex V2 should look for in the input to the bot. Each phrase is given
preference when deciding on slot values.RuntimeHintDetails.Builder runtimeHintValues(RuntimeHintValue... runtimeHintValues)
One or more strings that Amazon Lex V2 should look for in the input to the bot. Each phrase is given preference when deciding on slot values.
runtimeHintValues - One or more strings that Amazon Lex V2 should look for in the input to the bot. Each phrase is given
preference when deciding on slot values.RuntimeHintDetails.Builder runtimeHintValues(Consumer<RuntimeHintValue.Builder>... runtimeHintValues)
One or more strings that Amazon Lex V2 should look for in the input to the bot. Each phrase is given preference when deciding on slot values.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #runtimeHintValues(List) .runtimeHintValues - a consumer that will call methods on List.Builder #runtimeHintValues(List) Copyright © 2022. All rights reserved.