Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotAliasTestExecutionTarget
-
Packages that use BotAliasTestExecutionTarget Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotAliasTestExecutionTarget in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BotAliasTestExecutionTarget Modifier and Type Method Description BotAliasTestExecutionTargetTestExecutionTarget. botAliasTarget()Contains information about the bot alias used for the test execution.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotAliasTestExecutionTarget Modifier and Type Method Description TestExecutionTarget.BuilderTestExecutionTarget.Builder. botAliasTarget(BotAliasTestExecutionTarget botAliasTarget)Contains information about the bot alias used for the test execution.
-