Values.DescribeTestExecutionResponseSourceGets metadata information about the test execution.
type nonrec t = {testExecutionId : Id.t option;The execution Id for the test set execution.
*)creationDateTime : Timestamp.t option;The execution creation date and time for the test set execution.
*)lastUpdatedDateTime : Timestamp.t option;The date and time of the last update for the execution.
*)testExecutionStatus : TestExecutionStatus.t option;The test execution status for the test execution.
*)testSetId : Id.t option;The test set Id for the test set execution.
*)testSetName : Name.t option;The test set name of the test set execution.
*)target : TestExecutionTarget.t option;The target bot for the test set execution details.
*)apiMode : TestExecutionApiMode.t option;Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API is used.
*)testExecutionModality : TestExecutionModality.t option;Indicates whether test set is audio or text.
*)failureReasons : FailureReasons.t option;Reasons for the failure of the test set execution.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of FailureReason.t ] list
| `String of Id.t
| `Structure of
(string * [> `Structure of (string * [> `String of Id.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]