Interface BuiltinIntentSlot.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BuiltinIntentSlot.Builder,BuiltinIntentSlot>,SdkBuilder<BuiltinIntentSlot.Builder,BuiltinIntentSlot>,SdkPojo
- Enclosing class:
- BuiltinIntentSlot
public static interface BuiltinIntentSlot.Builder extends SdkPojo, CopyableBuilder<BuiltinIntentSlot.Builder,BuiltinIntentSlot>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuiltinIntentSlot.Buildername(String name)A list of the slots defined for 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
BuiltinIntentSlot.Builder name(String name)
A list of the slots defined for the intent.
- Parameters:
name- A list of the slots defined for the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-