| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeIntentResult> |
AbstractAmazonLexModelsV2Async.describeIntentAsync(DescribeIntentRequest request,
AsyncHandler<DescribeIntentRequest,DescribeIntentResult> asyncHandler) |
Future<DescribeIntentResult> |
AmazonLexModelsV2Async.describeIntentAsync(DescribeIntentRequest describeIntentRequest,
AsyncHandler<DescribeIntentRequest,DescribeIntentResult> asyncHandler)
Returns metadata about an intent.
|
Future<DescribeIntentResult> |
AmazonLexModelsV2AsyncClient.describeIntentAsync(DescribeIntentRequest request,
AsyncHandler<DescribeIntentRequest,DescribeIntentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeIntentRequest |
DescribeIntentRequest.clone() |
DescribeIntentRequest |
DescribeIntentRequest.withBotId(String botId)
The identifier of the bot associated with the intent.
|
DescribeIntentRequest |
DescribeIntentRequest.withBotVersion(String botVersion)
The version of the bot associated with the intent.
|
DescribeIntentRequest |
DescribeIntentRequest.withIntentId(String intentId)
The identifier of the intent to describe.
|
DescribeIntentRequest |
DescribeIntentRequest.withLocaleId(String localeId)
The identifier of the language and locale of the intent to describe.
|
Copyright © 2022. All rights reserved.