Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.QnAKendraConfiguration.Builder
-
Packages that use QnAKendraConfiguration.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of QnAKendraConfiguration.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return QnAKendraConfiguration.Builder Modifier and Type Method Description static QnAKendraConfiguration.BuilderQnAKendraConfiguration. builder()QnAKendraConfiguration.BuilderQnAKendraConfiguration.Builder. exactResponse(Boolean exactResponse)Specifies whether to return an exact response from the Amazon Kendra index or to let the Amazon Bedrock model you select generate a response based on the results.QnAKendraConfiguration.BuilderQnAKendraConfiguration.Builder. kendraIndex(String kendraIndex)The ARN of the Amazon Kendra index to use.QnAKendraConfiguration.BuilderQnAKendraConfiguration.Builder. queryFilterString(String queryFilterString)Contains the Amazon Kendra filter string to use if enabled.QnAKendraConfiguration.BuilderQnAKendraConfiguration.Builder. queryFilterStringEnabled(Boolean queryFilterStringEnabled)Specifies whether to enable an Amazon Kendra filter string or not.QnAKendraConfiguration.BuilderQnAKendraConfiguration. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type QnAKendraConfiguration.Builder Modifier and Type Method Description static Class<? extends QnAKendraConfiguration.Builder>QnAKendraConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type QnAKendraConfiguration.Builder Modifier and Type Method Description default DataSourceConfiguration.BuilderDataSourceConfiguration.Builder. kendraConfiguration(Consumer<QnAKendraConfiguration.Builder> kendraConfiguration)Contains details about the configuration of the Amazon Kendra index used for theAMAZON.QnAIntent.
-