Class CfnBotPropsMixin.OutputContextProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.OutputContextProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.OutputContextProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.OutputContextProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.OutputContextProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.OutputContextProperty
An implementation for
CfnBotPropsMixin.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.cfnpropertymixins.services.lex.CfnBotPropsMixin.OutputContextProperty
CfnBotPropsMixin.OutputContextProperty.Builder, CfnBotPropsMixin.OutputContextProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.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 theCfnBotPropsMixin.OutputContextProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnBotPropsMixin.OutputContextPropertyThe name of the output context.- Specified by:
getNamein interfaceCfnBotPropsMixin.OutputContextProperty- See Also:
-
getTimeToLiveInSeconds
Description copied from interface:CfnBotPropsMixin.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 interfaceCfnBotPropsMixin.OutputContextProperty- See Also:
-
getTurnsToLive
Description copied from interface:CfnBotPropsMixin.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 interfaceCfnBotPropsMixin.OutputContextProperty- 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()
-