Class CfnBot.OutputContextProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.OutputContextProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.OutputContextProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBot.OutputContextProperty
@Stability(Stable)
@Internal
public static final class CfnBot.OutputContextProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.OutputContextProperty
An implementation for
CfnBot.OutputContextProperty
-
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.OutputContextProperty
CfnBot.OutputContextProperty.Builder, CfnBot.OutputContextProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.OutputContextProperty.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 String
getName()
The name of the output context.final Number
The amount of time, in seconds, that the output context should remain active.final Number
The number of conversation turns that the output context should remain active.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.OutputContextProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnBot.OutputContextProperty
The name of the output context.- Specified by:
getName
in interfaceCfnBot.OutputContextProperty
-
getTimeToLiveInSeconds
Description copied from interface:CfnBot.OutputContextProperty
The amount of time, in seconds, that the output context should remain active.The time is figured from the first time the context is sent to the user.
- Specified by:
getTimeToLiveInSeconds
in interfaceCfnBot.OutputContextProperty
-
getTurnsToLive
Description copied from interface:CfnBot.OutputContextProperty
The number of conversation turns that the output context should remain active.The number of turns is counted from the first time that the context is sent to the user.
- Specified by:
getTurnsToLive
in interfaceCfnBot.OutputContextProperty
-
$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()
-