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