Class CfnBot.TestBotAliasSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.TestBotAliasSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.TestBotAliasSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.TestBotAliasSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnBot.TestBotAliasSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.TestBotAliasSettingsProperty
An implementation for
CfnBot.TestBotAliasSettingsProperty-
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.TestBotAliasSettingsProperty
CfnBot.TestBotAliasSettingsProperty.Builder, CfnBot.TestBotAliasSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.TestBotAliasSettingsProperty.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 settings that are unique to a locale.final ObjectSpecifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.final StringSpecifies a description for the test bot alias.final ObjectSpecifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.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.TestBotAliasSettingsProperty.Builder.
-
-
Method Details
-
getBotAliasLocaleSettings
Description copied from interface:CfnBot.TestBotAliasSettingsPropertySpecifies settings that are unique to a locale.For example, you can use a different Lambda function depending on the bot's locale.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBot.BotAliasLocaleSettingsItemProperty>- Specified by:
getBotAliasLocaleSettingsin interfaceCfnBot.TestBotAliasSettingsProperty- See Also:
-
getConversationLogSettings
Description copied from interface:CfnBot.TestBotAliasSettingsPropertySpecifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.Returns union: either
IResolvableorCfnBot.ConversationLogSettingsProperty- Specified by:
getConversationLogSettingsin interfaceCfnBot.TestBotAliasSettingsProperty- See Also:
-
getDescription
Description copied from interface:CfnBot.TestBotAliasSettingsPropertySpecifies a description for the test bot alias.- Specified by:
getDescriptionin interfaceCfnBot.TestBotAliasSettingsProperty- See Also:
-
getSentimentAnalysisSettings
Description copied from interface:CfnBot.TestBotAliasSettingsPropertySpecifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.- Specified by:
getSentimentAnalysisSettingsin interfaceCfnBot.TestBotAliasSettingsProperty- 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()
-