| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeSlotResult |
AmazonLexModelsV2Client.describeSlot(DescribeSlotRequest request)
Gets metadata information about a slot.
|
DescribeSlotResult |
AbstractAmazonLexModelsV2.describeSlot(DescribeSlotRequest request) |
DescribeSlotResult |
AmazonLexModelsV2.describeSlot(DescribeSlotRequest describeSlotRequest)
Gets metadata information about a slot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSlotResult> |
AmazonLexModelsV2AsyncClient.describeSlotAsync(DescribeSlotRequest request,
AsyncHandler<DescribeSlotRequest,DescribeSlotResult> asyncHandler) |
Future<DescribeSlotResult> |
AmazonLexModelsV2Async.describeSlotAsync(DescribeSlotRequest describeSlotRequest,
AsyncHandler<DescribeSlotRequest,DescribeSlotResult> asyncHandler)
Gets metadata information about a slot.
|
Future<DescribeSlotResult> |
AbstractAmazonLexModelsV2Async.describeSlotAsync(DescribeSlotRequest request,
AsyncHandler<DescribeSlotRequest,DescribeSlotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeSlotResult |
DescribeSlotResult.clone() |
DescribeSlotResult |
DescribeSlotResult.withBotId(String botId)
The identifier of the bot associated with the slot.
|
DescribeSlotResult |
DescribeSlotResult.withBotVersion(String botVersion)
The version of the bot associated with the slot.
|
DescribeSlotResult |
DescribeSlotResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the slot was created.
|
DescribeSlotResult |
DescribeSlotResult.withDescription(String description)
The description specified for the slot.
|
DescribeSlotResult |
DescribeSlotResult.withIntentId(String intentId)
The identifier of the intent associated with the slot.
|
DescribeSlotResult |
DescribeSlotResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the slot was last updated.
|
DescribeSlotResult |
DescribeSlotResult.withLocaleId(String localeId)
The language and locale specified for the slot.
|
DescribeSlotResult |
DescribeSlotResult.withMultipleValuesSetting(MultipleValuesSetting multipleValuesSetting)
Indicates whether the slot accepts multiple values in a single utterance.
|
DescribeSlotResult |
DescribeSlotResult.withObfuscationSetting(ObfuscationSetting obfuscationSetting)
Whether slot values are shown in Amazon CloudWatch logs.
|
DescribeSlotResult |
DescribeSlotResult.withSlotId(String slotId)
The unique identifier generated for the slot.
|
DescribeSlotResult |
DescribeSlotResult.withSlotName(String slotName)
The name specified for the slot.
|
DescribeSlotResult |
DescribeSlotResult.withSlotTypeId(String slotTypeId)
The identifier of the slot type that determines the values entered into the slot.
|
DescribeSlotResult |
DescribeSlotResult.withSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
DescribeSlotResult |
DescribeSlotResult.withValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
Prompts that Amazon Lex uses to elicit a value for the slot.
|
Copyright © 2023. All rights reserved.