static IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.builder() |
|
IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.Builder.intentName(String intentName) |
The name of the intent that was recognized.
|
IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.Builder.multiTurnConversation(Boolean multiTurnConversation) |
Indicates whether the conversation involves multiple turns or not.
|
IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.Builder.slotResolutionResults(Collection<SlotResolutionTestResultItem> slotResolutionResults) |
The results for the slot resolution in the test execution result.
|
IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.Builder.slotResolutionResults(Consumer<SlotResolutionTestResultItem.Builder>... slotResolutionResults) |
The results for the slot resolution in the test execution result.
|
IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.Builder.slotResolutionResults(SlotResolutionTestResultItem... slotResolutionResults) |
The results for the slot resolution in the test execution result.
|
IntentLevelSlotResolutionTestResultItem.Builder |
IntentLevelSlotResolutionTestResultItem.toBuilder() |
|