v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107861793.8 KB

The action to start test set execution.

post/testsets/{testSetId}/testexecutions

Path parameters

testSetIdstring required

The test set Id for the test set execution.

Request body

apiMode'Streaming' | 'NonStreaming' required

Indicates whether we use streaming or non-streaming APIs for the test set execution. For streaming, StartConversation Runtime API is used. Whereas, for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API are used.

testExecutionModality'Text' | 'Audio'

Indicates whether audio or text is used.

Response

Success

testExecutionIdstring

The unique identifier of the test set execution.

creationDateTimestring date-time

The creation date and time for the test set execution.

testSetIdstring

The test set Id for the test set execution.

apiMode'Streaming' | 'NonStreaming'

Indicates whether we use streaming or non-streaming APIs 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 are used.

testExecutionModality'Text' | 'Audio'

Indicates whether audio or text is used.