public static interface TestSetDiscrepancyReportResourceTarget.Builder extends SdkPojo, CopyableBuilder<TestSetDiscrepancyReportResourceTarget.Builder,TestSetDiscrepancyReportResourceTarget>
| Modifier and Type | Method and Description |
|---|---|
default TestSetDiscrepancyReportResourceTarget.Builder |
botAliasTarget(Consumer<TestSetDiscrepancyReportBotAliasTarget.Builder> botAliasTarget)
Contains information about the bot alias used as the resource for the test set discrepancy report.
|
TestSetDiscrepancyReportResourceTarget.Builder |
botAliasTarget(TestSetDiscrepancyReportBotAliasTarget botAliasTarget)
Contains information about the bot alias used as the resource for the test set discrepancy report.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestSetDiscrepancyReportResourceTarget.Builder botAliasTarget(TestSetDiscrepancyReportBotAliasTarget botAliasTarget)
Contains information about the bot alias used as the resource for the test set discrepancy report.
botAliasTarget - Contains information about the bot alias used as the resource for the test set discrepancy report.default TestSetDiscrepancyReportResourceTarget.Builder botAliasTarget(Consumer<TestSetDiscrepancyReportBotAliasTarget.Builder> botAliasTarget)
Contains information about the bot alias used as the resource for the test set discrepancy report.
This is a convenience method that creates an instance of theTestSetDiscrepancyReportBotAliasTarget.Builder avoiding the need to create one manually via
TestSetDiscrepancyReportBotAliasTarget.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to botAliasTarget(TestSetDiscrepancyReportBotAliasTarget).
botAliasTarget - a consumer that will call methods on TestSetDiscrepancyReportBotAliasTarget.BuilderbotAliasTarget(TestSetDiscrepancyReportBotAliasTarget)Copyright © 2023. All rights reserved.