public static interface ConversationLevelTestResults.Builder extends SdkPojo, CopyableBuilder<ConversationLevelTestResults.Builder,ConversationLevelTestResults>
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelTestResults.Builder |
items(Collection<ConversationLevelTestResultItem> items)
The item list in the test set results data at the conversation level.
|
ConversationLevelTestResults.Builder |
items(Consumer<ConversationLevelTestResultItem.Builder>... items)
The item list in the test set results data at the conversation level.
|
ConversationLevelTestResults.Builder |
items(ConversationLevelTestResultItem... items)
The item list in the test set results data at the conversation level.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConversationLevelTestResults.Builder items(Collection<ConversationLevelTestResultItem> items)
The item list in the test set results data at the conversation level.
items - The item list in the test set results data at the conversation level.ConversationLevelTestResults.Builder items(ConversationLevelTestResultItem... items)
The item list in the test set results data at the conversation level.
items - The item list in the test set results data at the conversation level.ConversationLevelTestResults.Builder items(Consumer<ConversationLevelTestResultItem.Builder>... items)
The item list in the test set results data at the conversation level.
This is a convenience method that creates an instance of theConversationLevelTestResultItem.Builder avoiding
the need to create one manually via
ConversationLevelTestResultItem.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
ConversationLevelTestResultItem.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.