public static final class CfnBot.KendraConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBot.KendraConfigurationProperty
CfnBot.KendraConfigurationProperty
CfnBot.KendraConfigurationProperty.Builder, CfnBot.KendraConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKendraIndex()
The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent intent to search.
|
java.lang.String |
getQueryFilterString()
A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query.
|
java.lang.Object |
getQueryFilterStringEnabled()
Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getKendraIndex()
CfnBot.KendraConfigurationProperty
getKendraIndex
in interface CfnBot.KendraConfigurationProperty
public final java.lang.String getQueryFilterString()
CfnBot.KendraConfigurationProperty
The filter is in the format defined by Amazon Kendra.
getQueryFilterString
in interface CfnBot.KendraConfigurationProperty
public final java.lang.Object getQueryFilterStringEnabled()
CfnBot.KendraConfigurationProperty
getQueryFilterStringEnabled
in interface CfnBot.KendraConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()