public static interface IntentClassificationTestResultItem.Builder extends SdkPojo, CopyableBuilder<IntentClassificationTestResultItem.Builder,IntentClassificationTestResultItem>
| Modifier and Type | Method and Description |
|---|---|
IntentClassificationTestResultItem.Builder |
intentName(String intentName)
The name of the intent.
|
IntentClassificationTestResultItem.Builder |
multiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation involves multiple turns or not.
|
default IntentClassificationTestResultItem.Builder |
resultCounts(Consumer<IntentClassificationTestResultItemCounts.Builder> resultCounts)
The result of the intent classification test.
|
IntentClassificationTestResultItem.Builder |
resultCounts(IntentClassificationTestResultItemCounts resultCounts)
The result of the intent classification test.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntentClassificationTestResultItem.Builder intentName(String intentName)
The name of the intent.
intentName - The name of the intent.IntentClassificationTestResultItem.Builder multiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation involves multiple turns or not.
multiTurnConversation - Indicates whether the conversation involves multiple turns or not.IntentClassificationTestResultItem.Builder resultCounts(IntentClassificationTestResultItemCounts resultCounts)
The result of the intent classification test.
resultCounts - The result of the intent classification test.default IntentClassificationTestResultItem.Builder resultCounts(Consumer<IntentClassificationTestResultItemCounts.Builder> resultCounts)
The result of the intent classification test.
This is a convenience method that creates an instance of theIntentClassificationTestResultItemCounts.Builder avoiding the need to create one manually via
IntentClassificationTestResultItemCounts.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
resultCounts(IntentClassificationTestResultItemCounts).
resultCounts - a consumer that will call methods on IntentClassificationTestResultItemCounts.BuilderresultCounts(IntentClassificationTestResultItemCounts)Copyright © 2023. All rights reserved.