public static interface SlotDefaultValue.Builder extends SdkPojo, CopyableBuilder<SlotDefaultValue.Builder,SlotDefaultValue>
| Modifier and Type | Method and Description |
|---|---|
SlotDefaultValue.Builder |
defaultValue(String defaultValue)
The default value for the slot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSlotDefaultValue.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."
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."
Copyright © 2023. All rights reserved.