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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserTurnIntentOutput.Buildername(String name)The name of the intent.UserTurnIntentOutput.Builderslots(Map<String,UserTurnSlotOutput> slots)The slots associated with the intent.-
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
-
name
UserTurnIntentOutput.Builder name(String 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
UserTurnIntentOutput.Builder slots(Map<String,UserTurnSlotOutput> 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.
-
-