Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.KendraConfiguration
-
Packages that use KendraConfiguration Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of KendraConfiguration in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return KendraConfiguration Modifier and Type Method Description KendraConfigurationCreateIntentRequest. kendraConfiguration()Configuration information required to use theAMAZON.KendraSearchIntentintent to connect to an Amazon Kendra index.KendraConfigurationCreateIntentResponse. kendraConfiguration()Configuration for searching a Amazon Kendra index specified for the intent.KendraConfigurationDescribeIntentResponse. kendraConfiguration()Configuration information required to use theAMAZON.KendraSearchIntentintent.KendraConfigurationUpdateIntentRequest. kendraConfiguration()New configuration settings for connecting to an Amazon Kendra index.KendraConfigurationUpdateIntentResponse. kendraConfiguration()The updated configuration for connecting to an Amazon Kendra index with theAMAZON.KendraSearchIntentintent.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type KendraConfiguration Modifier and Type Method Description CreateIntentRequest.BuilderCreateIntentRequest.Builder. kendraConfiguration(KendraConfiguration kendraConfiguration)Configuration information required to use theAMAZON.KendraSearchIntentintent to connect to an Amazon Kendra index.CreateIntentResponse.BuilderCreateIntentResponse.Builder. kendraConfiguration(KendraConfiguration kendraConfiguration)Configuration for searching a Amazon Kendra index specified for the intent.DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. kendraConfiguration(KendraConfiguration kendraConfiguration)Configuration information required to use theAMAZON.KendraSearchIntentintent.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. kendraConfiguration(KendraConfiguration kendraConfiguration)New configuration settings for connecting to an Amazon Kendra index.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. kendraConfiguration(KendraConfiguration kendraConfiguration)The updated configuration for connecting to an Amazon Kendra index with theAMAZON.KendraSearchIntentintent.
-