public static interface DescribeSlotRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DescribeSlotRequest.Builder,DescribeSlotRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSlotRequest.Builder |
botId(String botId)
The identifier of the bot associated with the slot.
|
DescribeSlotRequest.Builder |
botVersion(String botVersion)
The version of the bot associated with the slot.
|
DescribeSlotRequest.Builder |
intentId(String intentId)
The identifier of the intent that contains the slot.
|
DescribeSlotRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the slot to describe.
|
DescribeSlotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSlotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSlotRequest.Builder |
slotId(String slotId)
The unique identifier for the slot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSlotRequest.Builder slotId(String slotId)
The unique identifier for the slot.
slotId - The unique identifier for the slot.DescribeSlotRequest.Builder botId(String botId)
The identifier of the bot associated with the slot.
botId - The identifier of the bot associated with the slot.DescribeSlotRequest.Builder botVersion(String botVersion)
The version of the bot associated with the slot.
botVersion - The version of the bot associated with the slot.DescribeSlotRequest.Builder localeId(String localeId)
The identifier of the language and locale of the slot to describe. The string must match one of the supported locales. For more information, see Supported languages.
localeId - The identifier of the language and locale of the slot to describe. The string must match one of the
supported locales. For more information, see Supported languages.DescribeSlotRequest.Builder intentId(String intentId)
The identifier of the intent that contains the slot.
intentId - The identifier of the intent that contains the slot.DescribeSlotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeSlotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.