Class CfnBot.OpensearchConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.OpensearchConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.OpensearchConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.OpensearchConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.OpensearchConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.OpensearchConfigurationProperty
An implementation for
CfnBot.OpensearchConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.OpensearchConfigurationProperty
CfnBot.OpensearchConfigurationProperty.Builder, CfnBot.OpensearchConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.OpensearchConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe endpoint of the Amazon OpenSearch Service domain.final ObjectSpecifies whether to return an exact response or to return an answer generated by the model using the fields you specify from the database.final ObjectContains the names of the fields used for an exact response to the user.Contains a list of fields from the Amazon OpenSearch Service that the model can use to generate the answer to the query.final StringThe name of the Amazon OpenSearch Service index.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnBot.OpensearchConfigurationProperty.Builder.
-
-
Method Details
-
getDomainEndpoint
Description copied from interface:CfnBot.OpensearchConfigurationPropertyThe endpoint of the Amazon OpenSearch Service domain.- Specified by:
getDomainEndpointin interfaceCfnBot.OpensearchConfigurationProperty- See Also:
-
getExactResponse
Description copied from interface:CfnBot.OpensearchConfigurationPropertySpecifies whether to return an exact response or to return an answer generated by the model using the fields you specify from the database.Returns union: either
BooleanorIResolvable- Specified by:
getExactResponsein interfaceCfnBot.OpensearchConfigurationProperty- See Also:
-
getExactResponseFields
Description copied from interface:CfnBot.OpensearchConfigurationPropertyContains the names of the fields used for an exact response to the user.Returns union: either
IResolvableorCfnBot.ExactResponseFieldsProperty- Specified by:
getExactResponseFieldsin interfaceCfnBot.OpensearchConfigurationProperty- See Also:
-
getIncludeFields
Description copied from interface:CfnBot.OpensearchConfigurationPropertyContains a list of fields from the Amazon OpenSearch Service that the model can use to generate the answer to the query.- Specified by:
getIncludeFieldsin interfaceCfnBot.OpensearchConfigurationProperty- See Also:
-
getIndexName
Description copied from interface:CfnBot.OpensearchConfigurationPropertyThe name of the Amazon OpenSearch Service index.- Specified by:
getIndexNamein interfaceCfnBot.OpensearchConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-