Class CfnBotPropsMixin.InitialResponseSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.InitialResponseSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.InitialResponseSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.InitialResponseSettingProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.InitialResponseSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.InitialResponseSettingProperty
An implementation for
CfnBotPropsMixin.InitialResponseSettingProperty-
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.InitialResponseSettingProperty
CfnBotPropsMixin.InitialResponseSettingProperty.Builder, CfnBotPropsMixin.InitialResponseSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.InitialResponseSettingProperty.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 ObjectSettings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.final ObjectProvides a list of conditional branches.final ObjectSpecifies a list of message groups that Amazon Lex uses to respond the user input.final ObjectThe next step in the conversation.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.InitialResponseSettingProperty.Builder.
-
-
Method Details
-
getCodeHook
Description copied from interface:CfnBotPropsMixin.InitialResponseSettingPropertySettings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.Returns union: either
IResolvableorCfnBotPropsMixin.DialogCodeHookInvocationSettingProperty- Specified by:
getCodeHookin interfaceCfnBotPropsMixin.InitialResponseSettingProperty- See Also:
-
getConditional
Description copied from interface:CfnBotPropsMixin.InitialResponseSettingPropertyProvides a list of conditional branches.Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
Returns union: either
IResolvableorCfnBotPropsMixin.ConditionalSpecificationProperty- Specified by:
getConditionalin interfaceCfnBotPropsMixin.InitialResponseSettingProperty- See Also:
-
getInitialResponse
Description copied from interface:CfnBotPropsMixin.InitialResponseSettingPropertySpecifies a list of message groups that Amazon Lex uses to respond the user input.Returns union: either
IResolvableorCfnBotPropsMixin.ResponseSpecificationProperty- Specified by:
getInitialResponsein interfaceCfnBotPropsMixin.InitialResponseSettingProperty- See Also:
-
getNextStep
Description copied from interface:CfnBotPropsMixin.InitialResponseSettingPropertyThe next step in the conversation.Returns union: either
IResolvableorCfnBotPropsMixin.DialogStateProperty- Specified by:
getNextStepin interfaceCfnBotPropsMixin.InitialResponseSettingProperty- 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()
-