Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.KendraConfiguration.Builder
-
Packages that use KendraConfiguration.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of KendraConfiguration.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.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 the AMAZON.KendraSearchIntent intent to search.KendraConfiguration.BuilderKendraConfiguration.Builder. queryFilterString(String queryFilterString)A query filter that Amazon Lex sends to Amazon Kendra to filter the response from the query.KendraConfiguration.BuilderKendraConfiguration.Builder. role(String role)The Amazon Resource Name (ARN) of an IAM role that has permission to search the Amazon Kendra index.KendraConfiguration.BuilderKendraConfiguration. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.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.lexmodelbuilding.model with type arguments of type KendraConfiguration.Builder Modifier and Type Method Description default CreateIntentVersionResponse.BuilderCreateIntentVersionResponse.Builder. kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)Configuration information, if any, for connecting an Amazon Kendra index with theAMAZON.KendraSearchIntentintent.default GetIntentResponse.BuilderGetIntentResponse.Builder. kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)Configuration information, if any, to connect to an Amazon Kendra index with theAMAZON.KendraSearchIntentintent.default PutIntentRequest.BuilderPutIntentRequest.Builder. kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)Configuration information required to use theAMAZON.KendraSearchIntentintent to connect to an Amazon Kendra index.default PutIntentResponse.BuilderPutIntentResponse.Builder. kendraConfiguration(Consumer<KendraConfiguration.Builder> kendraConfiguration)Configuration information, if any, required to connect to an Amazon Kendra index and use theAMAZON.KendraSearchIntentintent.
-