public static interface ElicitSubSlot.Builder extends SdkPojo, CopyableBuilder<ElicitSubSlot.Builder,ElicitSubSlot>
| Modifier and Type | Method and Description |
|---|---|
ElicitSubSlot.Builder |
name(String name)
The name of the slot that should be elicited from the user.
|
default ElicitSubSlot.Builder |
subSlotToElicit(Consumer<ElicitSubSlot.Builder> subSlotToElicit)
The field is not supported.
|
ElicitSubSlot.Builder |
subSlotToElicit(ElicitSubSlot subSlotToElicit)
The field is not supported.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildElicitSubSlot.Builder name(String name)
The name of the slot that should be elicited from the user.
name - The name of the slot that should be elicited from the user.ElicitSubSlot.Builder subSlotToElicit(ElicitSubSlot subSlotToElicit)
The field is not supported.
subSlotToElicit - The field is not supported.default ElicitSubSlot.Builder subSlotToElicit(Consumer<ElicitSubSlot.Builder> subSlotToElicit)
The field is not supported.
This is a convenience method that creates an instance of theElicitSubSlot.Builder avoiding the need
to create one manually via ElicitSubSlot.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to subSlotToElicit(ElicitSubSlot).
subSlotToElicit - a consumer that will call methods on ElicitSubSlot.BuildersubSlotToElicit(ElicitSubSlot)Copyright © 2023. All rights reserved.