Class V2modelsIntentKendraConfigurationArgs


  • public final class V2modelsIntentKendraConfigurationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • kendraIndex

        public com.pulumi.core.Output<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<com.pulumi.core.Output<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<com.pulumi.core.Output<java.lang.Boolean>> queryFilterStringEnabled()
        Returns:
        Whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.