| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
KendraConfiguration |
DescribeIntentResponse.kendraConfiguration()
Configuration information required to use the
AMAZON.KendraSearchIntent intent. |
KendraConfiguration |
CreateIntentResponse.kendraConfiguration()
Configuration for searching a Amazon Kendra index specified for the intent.
|
KendraConfiguration |
CreateIntentRequest.kendraConfiguration()
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
KendraConfiguration |
UpdateIntentRequest.kendraConfiguration()
New configuration settings for connecting to an Amazon Kendra index.
|
KendraConfiguration |
UpdateIntentResponse.kendraConfiguration()
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
| Modifier and Type | Method and Description |
|---|---|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent. |
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration for searching a Amazon Kendra index specified for the intent.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration)
Configuration information required to use the
AMAZON.KendraSearchIntent intent to connect to an
Amazon Kendra index. |
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration)
New configuration settings for connecting to an Amazon Kendra index.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.kendraConfiguration(KendraConfiguration kendraConfiguration)
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
Copyright © 2023. All rights reserved.