Class CfnBot.InitialResponseSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.InitialResponseSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.InitialResponseSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.InitialResponseSettingProperty
@Stability(Stable)
@Internal
public static final class CfnBot.InitialResponseSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.InitialResponseSettingProperty
An implementation for
CfnBot.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.services.lex.CfnBot.InitialResponseSettingProperty
CfnBot.InitialResponseSettingProperty.Builder, CfnBot.InitialResponseSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.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 theCfnBot.InitialResponseSettingProperty.Builder.
-
-
Method Details
-
getCodeHook
Description copied from interface:CfnBot.InitialResponseSettingPropertySettings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.Returns union: either
IResolvableorCfnBot.DialogCodeHookInvocationSettingProperty- Specified by:
getCodeHookin interfaceCfnBot.InitialResponseSettingProperty- See Also:
-
getConditional
Description copied from interface:CfnBot.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
IResolvableorCfnBot.ConditionalSpecificationProperty- Specified by:
getConditionalin interfaceCfnBot.InitialResponseSettingProperty- See Also:
-
getInitialResponse
Description copied from interface:CfnBot.InitialResponseSettingPropertySpecifies a list of message groups that Amazon Lex uses to respond the user input.Returns union: either
IResolvableorCfnBot.ResponseSpecificationProperty- Specified by:
getInitialResponsein interfaceCfnBot.InitialResponseSettingProperty- See Also:
-
getNextStep
Description copied from interface:CfnBot.InitialResponseSettingPropertyThe next step in the conversation.Returns union: either
IResolvableorCfnBot.DialogStateProperty- Specified by:
getNextStepin interfaceCfnBot.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()
-