Values.StartTestExecutionRequestSourceThe action to start test set execution.
type nonrec t = {testSetId : Id.t;The test set Id for the test set execution.
*)target : TestExecutionTarget.t;The target bot for the test set execution.
*)apiMode : TestExecutionApiMode.t;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 : TestExecutionModality.t option;Indicates whether audio or text is used.
*)}val make :
?testExecutionModality:??? ->
testSetId:Id.t ->
target:TestExecutionTarget.t ->
apiMode:TestExecutionApiMode.t ->
unit ->
t