Create Test Set Discrepancy Report
lexmodelsv2_create_test_set_discrepancy_report | R Documentation |
Create a report that describes the differences between the bot and the test set¶
Description¶
Create a report that describes the differences between the bot and the test set.
Usage¶
lexmodelsv2_create_test_set_discrepancy_report(testSetId, target)
Arguments¶
testSetId |
[required] The test set Id for the test set discrepancy report. |
target |
[required] The target bot for the test set discrepancy report. |
Value¶
A list with the following syntax:
list(
testSetDiscrepancyReportId = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
testSetId = "string",
target = list(
botAliasTarget = list(
botId = "string",
botAliasId = "string",
localeId = "string"
)
)
)
Request syntax¶
svc$create_test_set_discrepancy_report(
testSetId = "string",
target = list(
botAliasTarget = list(
botId = "string",
botAliasId = "string",
localeId = "string"
)
)
)