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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.FulfillmentUpdatesSpecificationProperty
CfnBot.FulfillmentUpdatesSpecificationProperty.Builder, CfnBot.FulfillmentUpdatesSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.FulfillmentUpdatesSpecificationProperty.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 ObjectDetermines whether fulfillment updates are sent to the user.final ObjectProvides configuration information for the message sent to users when the fulfillment Lambda functions starts running.final NumberThe length of time that the fulfillment Lambda function should run before it times out.final ObjectProvides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.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.FulfillmentUpdatesSpecificationProperty.Builder.
-
-
Method Details
-
getActive
Description copied from interface:CfnBot.FulfillmentUpdatesSpecificationPropertyDetermines whether fulfillment updates are sent to the user. When this field is true, updates are sent.If the
activefield is set to true, thestartResponse,updateResponse, andtimeoutInSecondsfields are required.- Specified by:
getActivein interfaceCfnBot.FulfillmentUpdatesSpecificationProperty
-
getStartResponse
Description copied from interface:CfnBot.FulfillmentUpdatesSpecificationPropertyProvides configuration information for the message sent to users when the fulfillment Lambda functions starts running.- Specified by:
getStartResponsein interfaceCfnBot.FulfillmentUpdatesSpecificationProperty
-
getTimeoutInSeconds
Description copied from interface:CfnBot.FulfillmentUpdatesSpecificationPropertyThe length of time that the fulfillment Lambda function should run before it times out.- Specified by:
getTimeoutInSecondsin interfaceCfnBot.FulfillmentUpdatesSpecificationProperty
-
getUpdateResponse
Description copied from interface:CfnBot.FulfillmentUpdatesSpecificationPropertyProvides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.- Specified by:
getUpdateResponsein interfaceCfnBot.FulfillmentUpdatesSpecificationProperty
-
$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()
-