AgentTurnResult
The information about the agent turn in a test set execution.
Contents
- expectedAgentPrompt
-
The expected agent prompt for the agent turn in a test set execution.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: Yes
- actualAgentPrompt
-
The actual agent prompt for the agent turn in a test set execution.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: No
- actualElicitedSlot
-
The actual elicited slot for the agent turn in a test set execution.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^([0-9a-zA-Z][_.-]?)+$
Required: No
- actualIntent
-
The actual intent for the agent turn in a test set execution.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^([0-9a-zA-Z][_-]?){1,100}$
Required: No
- errorDetails
-
Details about an error in an execution of a test set.
Type: ExecutionErrorDetails object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: