public static interface UtteranceLevelTestResultItem.Builder extends SdkPojo, CopyableBuilder<UtteranceLevelTestResultItem.Builder,UtteranceLevelTestResultItem>
| Modifier and Type | Method and Description |
|---|---|
UtteranceLevelTestResultItem.Builder |
conversationId(String conversationId)
The unique identifier for the conversation associated with the result.
|
UtteranceLevelTestResultItem.Builder |
recordNumber(Long recordNumber)
The record number of the result.
|
default UtteranceLevelTestResultItem.Builder |
turnResult(Consumer<TestSetTurnResult.Builder> turnResult)
Contains information about the turn associated with the result.
|
UtteranceLevelTestResultItem.Builder |
turnResult(TestSetTurnResult turnResult)
Contains information about the turn associated with the result.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUtteranceLevelTestResultItem.Builder recordNumber(Long recordNumber)
The record number of the result.
recordNumber - The record number of the result.UtteranceLevelTestResultItem.Builder conversationId(String conversationId)
The unique identifier for the conversation associated with the result.
conversationId - The unique identifier for the conversation associated with the result.UtteranceLevelTestResultItem.Builder turnResult(TestSetTurnResult turnResult)
Contains information about the turn associated with the result.
turnResult - Contains information about the turn associated with the result.default UtteranceLevelTestResultItem.Builder turnResult(Consumer<TestSetTurnResult.Builder> turnResult)
Contains information about the turn associated with the result.
This is a convenience method that creates an instance of theTestSetTurnResult.Builder avoiding the
need to create one manually via TestSetTurnResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to turnResult(TestSetTurnResult).
turnResult - a consumer that will call methods on TestSetTurnResult.BuilderturnResult(TestSetTurnResult)Copyright © 2023. All rights reserved.