Class CfnBotPropsMixin.OpensearchConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.OpensearchConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.OpensearchConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.OpensearchConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.OpensearchConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.OpensearchConfigurationProperty
An implementation for
CfnBotPropsMixin.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.cfnpropertymixins.services.lex.CfnBotPropsMixin.OpensearchConfigurationProperty
CfnBotPropsMixin.OpensearchConfigurationProperty.Builder, CfnBotPropsMixin.OpensearchConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.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 theCfnBotPropsMixin.OpensearchConfigurationProperty.Builder.
-
-
Method Details
-
getDomainEndpoint
Description copied from interface:CfnBotPropsMixin.OpensearchConfigurationPropertyThe endpoint of the Amazon OpenSearch Service domain.- Specified by:
getDomainEndpointin interfaceCfnBotPropsMixin.OpensearchConfigurationProperty- See Also:
-
getExactResponse
Description copied from interface:CfnBotPropsMixin.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 interfaceCfnBotPropsMixin.OpensearchConfigurationProperty- See Also:
-
getExactResponseFields
Description copied from interface:CfnBotPropsMixin.OpensearchConfigurationPropertyContains the names of the fields used for an exact response to the user.Returns union: either
IResolvableorCfnBotPropsMixin.ExactResponseFieldsProperty- Specified by:
getExactResponseFieldsin interfaceCfnBotPropsMixin.OpensearchConfigurationProperty- See Also:
-
getIncludeFields
Description copied from interface:CfnBotPropsMixin.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 interfaceCfnBotPropsMixin.OpensearchConfigurationProperty- See Also:
-
getIndexName
Description copied from interface:CfnBotPropsMixin.OpensearchConfigurationPropertyThe name of the Amazon OpenSearch Service index.- Specified by:
getIndexNamein interfaceCfnBotPropsMixin.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()
-