Class CfnBot.FulfillmentUpdateResponseSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.FulfillmentUpdateResponseSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.FulfillmentUpdateResponseSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.FulfillmentUpdateResponseSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnBot.FulfillmentUpdateResponseSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.FulfillmentUpdateResponseSpecificationProperty
An implementation for
CfnBot.FulfillmentUpdateResponseSpecificationProperty
-
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.FulfillmentUpdateResponseSpecificationProperty
CfnBot.FulfillmentUpdateResponseSpecificationProperty.Builder, CfnBot.FulfillmentUpdateResponseSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.FulfillmentUpdateResponseSpecificationProperty.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 the user can interrupt an update message while it is playing.final Number
The frequency that a message is sent to the user.final Object
1 - 5 message groups that contain update messages.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.FulfillmentUpdateResponseSpecificationProperty.Builder
.
-
-
Method Details
-
getFrequencyInSeconds
Description copied from interface:CfnBot.FulfillmentUpdateResponseSpecificationProperty
The frequency that a message is sent to the user.When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user.
- Specified by:
getFrequencyInSeconds
in interfaceCfnBot.FulfillmentUpdateResponseSpecificationProperty
-
getMessageGroups
Description copied from interface:CfnBot.FulfillmentUpdateResponseSpecificationProperty
1 - 5 message groups that contain update messages.Amazon Lex chooses one of the messages to play to the user.
- Specified by:
getMessageGroups
in interfaceCfnBot.FulfillmentUpdateResponseSpecificationProperty
-
getAllowInterrupt
Description copied from interface:CfnBot.FulfillmentUpdateResponseSpecificationProperty
Determines whether the user can interrupt an update message while it is playing.- Specified by:
getAllowInterrupt
in interfaceCfnBot.FulfillmentUpdateResponseSpecificationProperty
-
$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()
-