public static interface UtteranceLevelTestResults.Builder extends SdkPojo, CopyableBuilder<UtteranceLevelTestResults.Builder,UtteranceLevelTestResults>
| Modifier and Type | Method and Description |
|---|---|
UtteranceLevelTestResults.Builder |
items(Collection<UtteranceLevelTestResultItem> items)
Contains information about an utterance in the results of the test set execution.
|
UtteranceLevelTestResults.Builder |
items(Consumer<UtteranceLevelTestResultItem.Builder>... items)
Contains information about an utterance in the results of the test set execution.
|
UtteranceLevelTestResults.Builder |
items(UtteranceLevelTestResultItem... items)
Contains information about an utterance in the results of the test set execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUtteranceLevelTestResults.Builder items(Collection<UtteranceLevelTestResultItem> items)
Contains information about an utterance in the results of the test set execution.
items - Contains information about an utterance in the results of the test set execution.UtteranceLevelTestResults.Builder items(UtteranceLevelTestResultItem... items)
Contains information about an utterance in the results of the test set execution.
items - Contains information about an utterance in the results of the test set execution.UtteranceLevelTestResults.Builder items(Consumer<UtteranceLevelTestResultItem.Builder>... items)
Contains information about an utterance in the results of the test set execution.
This is a convenience method that creates an instance of theUtteranceLevelTestResultItem.Builder avoiding the
need to create one manually via
UtteranceLevelTestResultItem.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
UtteranceLevelTestResultItem.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.