Interface UserTurnIntentOutput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UserTurnIntentOutput.Builder,,UserTurnIntentOutput> SdkBuilder<UserTurnIntentOutput.Builder,,UserTurnIntentOutput> SdkPojo
- Enclosing class:
 UserTurnIntentOutput
public static interface UserTurnIntentOutput.Builder
extends SdkPojo, CopyableBuilder<UserTurnIntentOutput.Builder,UserTurnIntentOutput> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the intent.slots(Map<String, UserTurnSlotOutput> slots) The slots associated with the intent.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
name
The name of the intent.
- Parameters:
 name- The name of the intent.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
slots
The slots associated with the intent.
- Parameters:
 slots- The slots associated with the intent.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -