Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.KendraConfiguration.Builder
-
Packages that use KendraConfiguration.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of KendraConfiguration.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return KendraConfiguration.Builder Modifier and Type Method Description static KendraConfiguration.BuilderKendraConfiguration. builder()KendraConfiguration.BuilderKendraConfiguration.Builder. kendraIndex(String kendraIndex)The Amazon Resource Name (ARN) of the Amazon Kendra index that you want theAMAZON.KendraSearchIntentintent to search.KendraConfiguration.BuilderKendraConfiguration.Builder. queryFilterString(String queryFilterString)A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query.KendraConfiguration.BuilderKendraConfiguration.Builder. queryFilterStringEnabled(Boolean queryFilterStringEnabled)Determines whether theAMAZON.KendraSearchIntentintent uses a custom query string to query the Amazon Kendra index.KendraConfiguration.BuilderKendraConfiguration. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type KendraConfiguration.Builder Modifier and Type Method Description static Class<? extends KendraConfiguration.Builder>KendraConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type KendraConfiguration.Builder Modifier and Type Method Description default CreateIntentRequest.BuilderCreateIntentRequest.Builder. kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)Configuration information required to use theAMAZON.KendraSearchIntentintent to connect to an Amazon Kendra index.default CreateIntentResponse.BuilderCreateIntentResponse.Builder. kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)Configuration for searching a Amazon Kendra index specified for the intent.default DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)Configuration information required to use theAMAZON.KendraSearchIntentintent.default UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)New configuration settings for connecting to an Amazon Kendra index.default UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)The updated configuration for connecting to an Amazon Kendra index with theAMAZON.KendraSearchIntentintent.
-