public static interface IntentClassificationTestResults.Builder extends SdkPojo, CopyableBuilder<IntentClassificationTestResults.Builder,IntentClassificationTestResults>
| Modifier and Type | Method and Description |
|---|---|
IntentClassificationTestResults.Builder |
items(Collection<IntentClassificationTestResultItem> items)
A list of the results for the intent classification test.
|
IntentClassificationTestResults.Builder |
items(Consumer<IntentClassificationTestResultItem.Builder>... items)
A list of the results for the intent classification test.
|
IntentClassificationTestResults.Builder |
items(IntentClassificationTestResultItem... items)
A list of the results for the intent classification test.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntentClassificationTestResults.Builder items(Collection<IntentClassificationTestResultItem> items)
A list of the results for the intent classification test.
items - A list of the results for the intent classification test.IntentClassificationTestResults.Builder items(IntentClassificationTestResultItem... items)
A list of the results for the intent classification test.
items - A list of the results for the intent classification test.IntentClassificationTestResults.Builder items(Consumer<IntentClassificationTestResultItem.Builder>... items)
A list of the results for the intent classification test.
This is a convenience method that creates an instance of theIntentClassificationTestResultItem.Builder avoiding
the need to create one manually via
IntentClassificationTestResultItem.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
IntentClassificationTestResultItem.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.