Class CfnAppInstanceBotPropsMixin.LexConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.chime.CfnAppInstanceBotPropsMixin.LexConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAppInstanceBotPropsMixin.LexConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAppInstanceBotPropsMixin.LexConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAppInstanceBotPropsMixin.LexConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAppInstanceBotPropsMixin.LexConfigurationProperty
An implementation for
CfnAppInstanceBotPropsMixin.LexConfigurationProperty-
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.chime.CfnAppInstanceBotPropsMixin.LexConfigurationProperty
CfnAppInstanceBotPropsMixin.LexConfigurationProperty.Builder, CfnAppInstanceBotPropsMixin.LexConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAppInstanceBotPropsMixin.LexConfigurationProperty.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 ObjectSpecifies the type of message that triggers a bot.final StringThe ARN of the Amazon Lex V2 bot's alias.final StringIdentifies the Amazon Lex V2 bot's language and locale.final StringDetermines whether the Amazon Lex V2 bot responds to all standard messages.final StringThe name of the welcome intent configured in the Amazon Lex V2 bot.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 theCfnAppInstanceBotPropsMixin.LexConfigurationProperty.Builder.
-
-
Method Details
-
getInvokedBy
Description copied from interface:CfnAppInstanceBotPropsMixin.LexConfigurationPropertySpecifies the type of message that triggers a bot.Returns union: either
IResolvableorCfnAppInstanceBotPropsMixin.InvokedByProperty- Specified by:
getInvokedByin interfaceCfnAppInstanceBotPropsMixin.LexConfigurationProperty- See Also:
-
getLexBotAliasArn
Description copied from interface:CfnAppInstanceBotPropsMixin.LexConfigurationPropertyThe ARN of the Amazon Lex V2 bot's alias.- Specified by:
getLexBotAliasArnin interfaceCfnAppInstanceBotPropsMixin.LexConfigurationProperty- See Also:
-
getLocaleId
Description copied from interface:CfnAppInstanceBotPropsMixin.LexConfigurationPropertyIdentifies the Amazon Lex V2 bot's language and locale.- Specified by:
getLocaleIdin interfaceCfnAppInstanceBotPropsMixin.LexConfigurationProperty- See Also:
-
getRespondsTo
Description copied from interface:CfnAppInstanceBotPropsMixin.LexConfigurationPropertyDetermines whether the Amazon Lex V2 bot responds to all standard messages.Control messages are not supported.
- Specified by:
getRespondsToin interfaceCfnAppInstanceBotPropsMixin.LexConfigurationProperty- See Also:
-
getWelcomeIntent
Description copied from interface:CfnAppInstanceBotPropsMixin.LexConfigurationPropertyThe name of the welcome intent configured in the Amazon Lex V2 bot.- Specified by:
getWelcomeIntentin interfaceCfnAppInstanceBotPropsMixin.LexConfigurationProperty- 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()
-