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
Modifier and TypeMethodDescriptionThe phrase that Amazon Lex V2 should look for in the user's input to the bot.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
phrase
The phrase that Amazon Lex V2 should look for in the user's input to the bot.
- Parameters:
 phrase- The phrase that Amazon Lex V2 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.
 
 
 -