UserTurnResult - Amazon Lex API Reference

UserTurnResult

Contains the results for the user turn by the test execution.

Contents

expectedOutput

Contains information about the expected output for the user turn.

Type: UserTurnOutputSpecification object

Required: Yes

input

Contains information about the user messages in the turn in the input.

Type: UserTurnInputSpecification object

Required: Yes

actualOutput

Contains information about the actual output for the user turn.

Type: UserTurnOutputSpecification object

Required: No

conversationLevelResult

Contains information about the results related to the conversation associated with the user turn.

Type: ConversationLevelResultDetail object

Required: No

endToEndResult

Specifies whether the expected and actual outputs match or not, or if there is an error in execution.

Type: String

Valid Values: Matched | Mismatched | ExecutionError

Required: No

errorDetails

Details about an error in an execution of a test set.

Type: ExecutionErrorDetails object

Required: No

intentMatchResult

Specifies whether the expected and actual intents match or not.

Type: String

Valid Values: Matched | Mismatched | ExecutionError

Required: No

slotMatchResult

Specifies whether the expected and actual slots match or not.

Type: String

Valid Values: Matched | Mismatched | ExecutionError

Required: No

speechTranscriptionResult

Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in execution.

Type: String

Valid Values: Matched | Mismatched | ExecutionError

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: