| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default UserTurnResult.Builder |
UserTurnResult.Builder.actualOutput(Consumer<UserTurnOutputSpecification.Builder> actualOutput)
Contains information about the actual output for the user turn.
|
UserTurnResult.Builder |
UserTurnResult.Builder.actualOutput(UserTurnOutputSpecification actualOutput)
Contains information about the actual output for the user turn.
|
static UserTurnResult.Builder |
UserTurnResult.builder() |
default UserTurnResult.Builder |
UserTurnResult.Builder.conversationLevelResult(Consumer<ConversationLevelResultDetail.Builder> conversationLevelResult)
Contains information about the results related to the conversation associated with the user turn.
|
UserTurnResult.Builder |
UserTurnResult.Builder.conversationLevelResult(ConversationLevelResultDetail conversationLevelResult)
Contains information about the results related to the conversation associated with the user turn.
|
UserTurnResult.Builder |
UserTurnResult.Builder.endToEndResult(String endToEndResult)
Specifies whether the expected and actual outputs match or not, or if there is an error in execution.
|
UserTurnResult.Builder |
UserTurnResult.Builder.endToEndResult(TestResultMatchStatus endToEndResult)
Specifies whether the expected and actual outputs match or not, or if there is an error in execution.
|
default UserTurnResult.Builder |
UserTurnResult.Builder.errorDetails(Consumer<ExecutionErrorDetails.Builder> errorDetails)
Sets the value of the ErrorDetails property for this object.
|
UserTurnResult.Builder |
UserTurnResult.Builder.errorDetails(ExecutionErrorDetails errorDetails)
Sets the value of the ErrorDetails property for this object.
|
default UserTurnResult.Builder |
UserTurnResult.Builder.expectedOutput(Consumer<UserTurnOutputSpecification.Builder> expectedOutput)
Contains information about the expected output for the user turn.
|
UserTurnResult.Builder |
UserTurnResult.Builder.expectedOutput(UserTurnOutputSpecification expectedOutput)
Contains information about the expected output for the user turn.
|
default UserTurnResult.Builder |
UserTurnResult.Builder.input(Consumer<UserTurnInputSpecification.Builder> input)
Contains information about the user messages in the turn in the input.
|
UserTurnResult.Builder |
UserTurnResult.Builder.input(UserTurnInputSpecification input)
Contains information about the user messages in the turn in the input.
|
UserTurnResult.Builder |
UserTurnResult.Builder.intentMatchResult(String intentMatchResult)
Specifies whether the expected and actual intents match or not.
|
UserTurnResult.Builder |
UserTurnResult.Builder.intentMatchResult(TestResultMatchStatus intentMatchResult)
Specifies whether the expected and actual intents match or not.
|
UserTurnResult.Builder |
UserTurnResult.Builder.slotMatchResult(String slotMatchResult)
Specifies whether the expected and actual slots match or not.
|
UserTurnResult.Builder |
UserTurnResult.Builder.slotMatchResult(TestResultMatchStatus slotMatchResult)
Specifies whether the expected and actual slots match or not.
|
UserTurnResult.Builder |
UserTurnResult.Builder.speechTranscriptionResult(String speechTranscriptionResult)
Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in
execution.
|
UserTurnResult.Builder |
UserTurnResult.Builder.speechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in
execution.
|
UserTurnResult.Builder |
UserTurnResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserTurnResult.Builder> |
UserTurnResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TestSetTurnResult.Builder |
TestSetTurnResult.Builder.user(Consumer<UserTurnResult.Builder> user)
Contains information about the user messages in the turn.
|
Copyright © 2023. All rights reserved.