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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.OutputContextProperty
CfnBot.OutputContextProperty.Builder, CfnBot.OutputContextProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.OutputContextProperty.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 StringgetName()The name of the output context.final NumberThe amount of time, in seconds, that the output context should remain active.final NumberThe number of conversation turns that the output context should remain active.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.OutputContextProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnBot.OutputContextPropertyThe name of the output context.- Specified by:
getNamein interfaceCfnBot.OutputContextProperty
-
getTimeToLiveInSeconds
Description copied from interface:CfnBot.OutputContextPropertyThe 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:
getTimeToLiveInSecondsin interfaceCfnBot.OutputContextProperty
-
getTurnsToLive
Description copied from interface:CfnBot.OutputContextPropertyThe 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:
getTurnsToLivein interfaceCfnBot.OutputContextProperty
-
$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()
-