| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeIntentResult |
AbstractAmazonLexModelsV2.describeIntent(DescribeIntentRequest request) |
DescribeIntentResult |
AmazonLexModelsV2.describeIntent(DescribeIntentRequest describeIntentRequest)
Returns metadata about an intent.
|
DescribeIntentResult |
AmazonLexModelsV2Client.describeIntent(DescribeIntentRequest request)
Returns metadata about an intent.
|
| 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 |
|---|---|
DescribeIntentResult |
DescribeIntentResult.clone() |
DescribeIntentResult |
DescribeIntentResult.withBotId(String botId)
The identifier of the bot associated with the intent.
|
DescribeIntentResult |
DescribeIntentResult.withBotVersion(String botVersion)
The version of the bot associated with the intent.
|
DescribeIntentResult |
DescribeIntentResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the intent was created.
|
DescribeIntentResult |
DescribeIntentResult.withDescription(String description)
The description of the intent.
|
DescribeIntentResult |
DescribeIntentResult.withDialogCodeHook(DialogCodeHookSettings dialogCodeHook)
The Lambda function called during each turn of a conversation with the intent.
|
DescribeIntentResult |
DescribeIntentResult.withFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The Lambda function called when the intent is complete and ready for fulfillment.
|
DescribeIntentResult |
DescribeIntentResult.withInitialResponseSetting(InitialResponseSetting initialResponseSetting)
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
|
DescribeIntentResult |
DescribeIntentResult.withInputContexts(Collection<InputContext> inputContexts)
A list of contexts that must be active for the intent to be considered for sending to the user.
|
DescribeIntentResult |
DescribeIntentResult.withInputContexts(InputContext... inputContexts)
A list of contexts that must be active for the intent to be considered for sending to the user.
|
DescribeIntentResult |
DescribeIntentResult.withIntentClosingSetting(IntentClosingSetting intentClosingSetting)
The response that Amazon Lex sends to when the intent is closed.
|
DescribeIntentResult |
DescribeIntentResult.withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
|
DescribeIntentResult |
DescribeIntentResult.withIntentId(String intentId)
The unique identifier assigned to the intent when it was created.
|
DescribeIntentResult |
DescribeIntentResult.withIntentName(String intentName)
The name specified for the intent.
|
DescribeIntentResult |
DescribeIntentResult.withKendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent. |
DescribeIntentResult |
DescribeIntentResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the intent was last updated.
|
DescribeIntentResult |
DescribeIntentResult.withLocaleId(String localeId)
The language and locale specified for the intent.
|
DescribeIntentResult |
DescribeIntentResult.withOutputContexts(Collection<OutputContext> outputContexts)
A list of contexts that are activated when the intent is fulfilled.
|
DescribeIntentResult |
DescribeIntentResult.withOutputContexts(OutputContext... outputContexts)
A list of contexts that are activated when the intent is fulfilled.
|
DescribeIntentResult |
DescribeIntentResult.withParentIntentSignature(String parentIntentSignature)
The identifier of the built-in intent that this intent is derived from, if any.
|
DescribeIntentResult |
DescribeIntentResult.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
User utterances that trigger this intent.
|
DescribeIntentResult |
DescribeIntentResult.withSampleUtterances(SampleUtterance... sampleUtterances)
User utterances that trigger this intent.
|
DescribeIntentResult |
DescribeIntentResult.withSlotPriorities(Collection<SlotPriority> slotPriorities)
The list that determines the priority that slots should be elicited from the user.
|
DescribeIntentResult |
DescribeIntentResult.withSlotPriorities(SlotPriority... slotPriorities)
The list that determines the priority that slots should be elicited from the user.
|
Copyright © 2023. All rights reserved.