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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.TestBotAliasSettingsProperty
CfnBot.TestBotAliasSettingsProperty.Builder, CfnBot.TestBotAliasSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.TestBotAliasSettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Specifies settings that are unique to a locale.final Object
Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.final String
Specifies a description for the test bot alias.final Object
Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.final int
hashCode()
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.TestBotAliasSettingsProperty
Specifies settings that are unique to a locale.For example, you can use a different Lambda function depending on the bot's locale.
- Specified by:
getBotAliasLocaleSettings
in interfaceCfnBot.TestBotAliasSettingsProperty
- See Also:
-
getConversationLogSettings
Description copied from interface:CfnBot.TestBotAliasSettingsProperty
Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.- Specified by:
getConversationLogSettings
in interfaceCfnBot.TestBotAliasSettingsProperty
- See Also:
-
getDescription
Description copied from interface:CfnBot.TestBotAliasSettingsProperty
Specifies a description for the test bot alias.- Specified by:
getDescription
in interfaceCfnBot.TestBotAliasSettingsProperty
- See Also:
-
getSentimentAnalysisSettings
Description copied from interface:CfnBot.TestBotAliasSettingsProperty
Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.- Specified by:
getSentimentAnalysisSettings
in interfaceCfnBot.TestBotAliasSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-