Package com.pulumi.aws.lex.outputs
Class V2modelsIntentKendraConfiguration
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.V2modelsIntentKendraConfiguration
-
public final class V2modelsIntentKendraConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
V2modelsIntentKendraConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V2modelsIntentKendraConfiguration.Builder
builder()
static V2modelsIntentKendraConfiguration.Builder
builder(V2modelsIntentKendraConfiguration defaults)
java.lang.String
kendraIndex()
java.util.Optional<java.lang.String>
queryFilterString()
java.util.Optional<java.lang.Boolean>
queryFilterStringEnabled()
-
-
-
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.
-
builder
public static V2modelsIntentKendraConfiguration.Builder builder()
-
builder
public static V2modelsIntentKendraConfiguration.Builder builder(V2modelsIntentKendraConfiguration defaults)
-
-