Interface SlotDefaultValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlotDefaultValue.Builder,SlotDefaultValue>,SdkBuilder<SlotDefaultValue.Builder,SlotDefaultValue>,SdkPojo
- Enclosing class:
- SlotDefaultValue
public static interface SlotDefaultValue.Builder extends SdkPojo, CopyableBuilder<SlotDefaultValue.Builder,SlotDefaultValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlotDefaultValue.BuilderdefaultValue(String defaultValue)The default value for the slot.-
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
-
defaultValue
SlotDefaultValue.Builder defaultValue(String defaultValue)
The default value for the slot. You can specify one of the following:
-
#context-name.slot-name- The slot value "slot-name" in the context "context-name." -
{attribute}- The slot value of the session attribute "attribute." -
'value'- The discrete value "value."
- Parameters:
defaultValue- The default value for the slot. You can specify one of the following:-
#context-name.slot-name- The slot value "slot-name" in the context "context-name." -
{attribute}- The slot value of the session attribute "attribute." -
'value'- The discrete value "value."
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-