Class V2modelsIntentKendraConfiguration


  • public final class V2modelsIntentKendraConfiguration
    extends java.lang.Object
    • Method Detail

      • kendraIndex

        public java.lang.String kendraIndex()
        Returns:
        ARN of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent intent to search. The index must be in the same account and Region as the Amazon Lex bot.
      • queryFilterString

        public java.util.Optional<java.lang.String> queryFilterString()
        Returns:
        Query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query. The filter is in the format defined by Amazon Kendra. For more information, see [Filtering queries](https://docs.aws.amazon.com/kendra/latest/dg/filtering.html).
      • queryFilterStringEnabled

        public java.util.Optional<java.lang.Boolean> queryFilterStringEnabled()
        Returns:
        Whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.