View source: R/lexmodelsv2_operations.R
lexmodelsv2_start_test_execution | R Documentation |
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
)
testSetId |
[required] The test set Id for the test set execution. |
target |
[required] The target bot for the test set execution. |
apiMode |
[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 |
Indicates whether audio or text is used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.