Class CfnBot.FulfillmentUpdatesSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.FulfillmentUpdatesSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.FulfillmentUpdatesSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.FulfillmentUpdatesSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.FulfillmentUpdatesSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.FulfillmentUpdatesSpecificationProperty
An implementation for
CfnBot.FulfillmentUpdatesSpecificationProperty
-
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.FulfillmentUpdatesSpecificationProperty
CfnBot.FulfillmentUpdatesSpecificationProperty.Builder, CfnBot.FulfillmentUpdatesSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.FulfillmentUpdatesSpecificationProperty.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
Determines whether fulfillment updates are sent to the user.final Object
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts running.final Number
The length of time that the fulfillment Lambda function should run before it times out.final Object
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.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.FulfillmentUpdatesSpecificationProperty.Builder
.
-
-
Method Details
-
getActive
Description copied from interface:CfnBot.FulfillmentUpdatesSpecificationProperty
Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent.If the
active
field is set to true, thestartResponse
,updateResponse
, andtimeoutInSeconds
fields are required.- Specified by:
getActive
in interfaceCfnBot.FulfillmentUpdatesSpecificationProperty
-
getStartResponse
Description copied from interface:CfnBot.FulfillmentUpdatesSpecificationProperty
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts running.- Specified by:
getStartResponse
in interfaceCfnBot.FulfillmentUpdatesSpecificationProperty
-
getTimeoutInSeconds
Description copied from interface:CfnBot.FulfillmentUpdatesSpecificationProperty
The length of time that the fulfillment Lambda function should run before it times out.- Specified by:
getTimeoutInSeconds
in interfaceCfnBot.FulfillmentUpdatesSpecificationProperty
-
getUpdateResponse
Description copied from interface:CfnBot.FulfillmentUpdatesSpecificationProperty
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.- Specified by:
getUpdateResponse
in interfaceCfnBot.FulfillmentUpdatesSpecificationProperty
-
$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()
-