Class CfnBotAliasProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBotAliasProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBotAliasProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotAliasProps
@Stability(Stable)
@Internal
public static final class CfnBotAliasProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotAliasProps
An implementation for
CfnBotAliasProps
-
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.CfnBotAliasProps
CfnBotAliasProps.Builder, CfnBotAliasProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnBotAliasProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBotAliasProps.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 String
The name of the bot alias.final Object
An array of key-value pairs to apply to this resource.final String
getBotId()
The unique identifier of the bot.final String
The version of the bot that the bot alias references.final Object
Specifies whether Amazon Lex logs text and audio for conversations with the bot.final String
The description of the bot alias.final Object
Determines 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 theCfnBotAliasProps.Builder
.
-
-
Method Details
-
getBotAliasName
Description copied from interface:CfnBotAliasProps
The name of the bot alias.- Specified by:
getBotAliasName
in interfaceCfnBotAliasProps
- See Also:
-
getBotId
Description copied from interface:CfnBotAliasProps
The unique identifier of the bot.- Specified by:
getBotId
in interfaceCfnBotAliasProps
- See Also:
-
getBotAliasLocaleSettings
Description copied from interface:CfnBotAliasProps
Specifies settings that are unique to a locale.For example, you can use different Lambda function depending on the bot's locale.
- Specified by:
getBotAliasLocaleSettings
in interfaceCfnBotAliasProps
- See Also:
-
getBotAliasTags
Description copied from interface:CfnBotAliasProps
An array of key-value pairs to apply to this resource.You can only add tags when you specify an alias.
For more information, see Tag .
- Specified by:
getBotAliasTags
in interfaceCfnBotAliasProps
- See Also:
-
getBotVersion
Description copied from interface:CfnBotAliasProps
The version of the bot that the bot alias references.- Specified by:
getBotVersion
in interfaceCfnBotAliasProps
- See Also:
-
getConversationLogSettings
Description copied from interface:CfnBotAliasProps
Specifies whether Amazon Lex logs text and audio for conversations with the bot.When you enable conversation logs, text logs store text input, transcripts of audio input, and associated metadata in Amazon CloudWatch logs. Audio logs store input in Amazon S3 .
- Specified by:
getConversationLogSettings
in interfaceCfnBotAliasProps
- See Also:
-
getDescription
Description copied from interface:CfnBotAliasProps
The description of the bot alias.- Specified by:
getDescription
in interfaceCfnBotAliasProps
- See Also:
-
getSentimentAnalysisSettings
Description copied from interface:CfnBotAliasProps
Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.- Specified by:
getSentimentAnalysisSettings
in interfaceCfnBotAliasProps
- 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()
-