public static interface IntentLevelSlotResolutionTestResults.Builder extends SdkPojo, CopyableBuilder<IntentLevelSlotResolutionTestResults.Builder,IntentLevelSlotResolutionTestResults>
| Modifier and Type | Method and Description |
|---|---|
IntentLevelSlotResolutionTestResults.Builder |
items(Collection<IntentLevelSlotResolutionTestResultItem> items)
Indicates the items for the slot level resolution for the intents.
|
IntentLevelSlotResolutionTestResults.Builder |
items(Consumer<IntentLevelSlotResolutionTestResultItem.Builder>... items)
Indicates the items for the slot level resolution for the intents.
|
IntentLevelSlotResolutionTestResults.Builder |
items(IntentLevelSlotResolutionTestResultItem... items)
Indicates the items for the slot level resolution for the intents.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntentLevelSlotResolutionTestResults.Builder items(Collection<IntentLevelSlotResolutionTestResultItem> items)
Indicates the items for the slot level resolution for the intents.
items - Indicates the items for the slot level resolution for the intents.IntentLevelSlotResolutionTestResults.Builder items(IntentLevelSlotResolutionTestResultItem... items)
Indicates the items for the slot level resolution for the intents.
items - Indicates the items for the slot level resolution for the intents.IntentLevelSlotResolutionTestResults.Builder items(Consumer<IntentLevelSlotResolutionTestResultItem.Builder>... items)
Indicates the items for the slot level resolution for the intents.
This is a convenience method that creates an instance of theIntentLevelSlotResolutionTestResultItem.Builder
avoiding the need to create one manually via
IntentLevelSlotResolutionTestResultItem.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #items(List.
items - a consumer that will call methods on
IntentLevelSlotResolutionTestResultItem.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.