Interface RuntimeHintValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RuntimeHintValue.Builder,RuntimeHintValue>,SdkBuilder<RuntimeHintValue.Builder,RuntimeHintValue>,SdkPojo
- Enclosing class:
- RuntimeHintValue
public static interface RuntimeHintValue.Builder extends SdkPojo, CopyableBuilder<RuntimeHintValue.Builder,RuntimeHintValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeHintValue.Builderphrase(String phrase)The phrase that Amazon Lex should look for in the user's input to the bot.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
phrase
RuntimeHintValue.Builder phrase(String phrase)
The phrase that Amazon Lex should look for in the user's input to the bot.
- Parameters:
phrase- The phrase that Amazon Lex should look for in the user's input to the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-