static SlotValueOverride.Builder |
SlotValueOverride.builder() |
|
SlotValueOverride.Builder |
SlotValueOverride.Builder.shape(String shape) |
When the shape value is List, it indicates that the values field contains a list of
slot values.
|
SlotValueOverride.Builder |
SlotValueOverride.Builder.shape(SlotShape shape) |
When the shape value is List, it indicates that the values field contains a list of
slot values.
|
SlotValueOverride.Builder |
SlotValueOverride.toBuilder() |
|
default SlotValueOverride.Builder |
SlotValueOverride.Builder.value(Consumer<SlotValue.Builder> value) |
The current value of the slot.
|
SlotValueOverride.Builder |
SlotValueOverride.Builder.value(SlotValue value) |
The current value of the slot.
|
SlotValueOverride.Builder |
SlotValueOverride.Builder.values(Collection<SlotValueOverride> values) |
A list of one or more values that the user provided for the slot.
|
SlotValueOverride.Builder |
SlotValueOverride.Builder.values(Consumer<SlotValueOverride.Builder>... values) |
A list of one or more values that the user provided for the slot.
|
SlotValueOverride.Builder |
SlotValueOverride.Builder.values(SlotValueOverride... values) |
A list of one or more values that the user provided for the slot.
|