public static interface UserTurnSlotOutput.Builder extends SdkPojo, CopyableBuilder<UserTurnSlotOutput.Builder,UserTurnSlotOutput>
| Modifier and Type | Method and Description |
|---|---|
UserTurnSlotOutput.Builder |
subSlots(Map<String,UserTurnSlotOutput> subSlots)
A list of items mapping the name of the subslots to information about those subslots.
|
UserTurnSlotOutput.Builder |
value(String value)
The value output by the slot recognition.
|
UserTurnSlotOutput.Builder |
values(Collection<UserTurnSlotOutput> values)
Values that are output by the slot recognition.
|
UserTurnSlotOutput.Builder |
values(Consumer<UserTurnSlotOutput.Builder>... values)
Values that are output by the slot recognition.
|
UserTurnSlotOutput.Builder |
values(UserTurnSlotOutput... values)
Values that are output by the slot recognition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserTurnSlotOutput.Builder value(String value)
The value output by the slot recognition.
value - The value output by the slot recognition.UserTurnSlotOutput.Builder values(Collection<UserTurnSlotOutput> values)
Values that are output by the slot recognition.
values - Values that are output by the slot recognition.UserTurnSlotOutput.Builder values(UserTurnSlotOutput... values)
Values that are output by the slot recognition.
values - Values that are output by the slot recognition.UserTurnSlotOutput.Builder values(Consumer<UserTurnSlotOutput.Builder>... values)
Values that are output by the slot recognition.
This is a convenience method that creates an instance of theUserTurnSlotOutput.Builder avoiding the need to
create one manually via
UserTurnSlotOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #values(List.
values - a consumer that will call methods on
UserTurnSlotOutput.Builder#values(java.util.Collection) UserTurnSlotOutput.Builder subSlots(Map<String,UserTurnSlotOutput> subSlots)
A list of items mapping the name of the subslots to information about those subslots.
subSlots - A list of items mapping the name of the subslots to information about those subslots.Copyright © 2023. All rights reserved.