The action to start test set execution.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_start_test_execution/ for full documentation.
lexmodelsv2_start_test_execution(
testSetId,
target,
apiMode,
testExecutionModality = NULL
)
[required] The test set Id for the test set execution.
[required] The target bot for the test set execution.
[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.
Indicates whether audio or text is used.