Class CfnBot.SubSlotValueElicitationSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.SubSlotValueElicitationSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.SubSlotValueElicitationSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.SubSlotValueElicitationSettingProperty
@Stability(Stable)
@Internal
public static final class CfnBot.SubSlotValueElicitationSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.SubSlotValueElicitationSettingProperty
An implementation for
CfnBot.SubSlotValueElicitationSettingProperty-
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.SubSlotValueElicitationSettingProperty
CfnBot.SubSlotValueElicitationSettingProperty.Builder, CfnBot.SubSlotValueElicitationSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.SubSlotValueElicitationSettingProperty.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 ObjectReturns union: eitherIResolvableorCfnBot.SlotDefaultValueSpecificationPropertyfinal ObjectReturns union: eitherIResolvableorCfnBot.PromptSpecificationPropertyfinal ObjectIf you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can provide those utterances to improve accuracy.final ObjectReturns union: eitherIResolvableorCfnBot.WaitAndContinueSpecificationPropertyfinal 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.SubSlotValueElicitationSettingProperty.Builder.
-
-
Method Details
-
getDefaultValueSpecification
Description copied from interface:CfnBot.SubSlotValueElicitationSettingPropertyReturns union: eitherIResolvableorCfnBot.SlotDefaultValueSpecificationProperty- Specified by:
getDefaultValueSpecificationin interfaceCfnBot.SubSlotValueElicitationSettingProperty- See Also:
-
getPromptSpecification
Description copied from interface:CfnBot.SubSlotValueElicitationSettingPropertyReturns union: eitherIResolvableorCfnBot.PromptSpecificationProperty- Specified by:
getPromptSpecificationin interfaceCfnBot.SubSlotValueElicitationSettingProperty- See Also:
-
getSampleUtterances
Description copied from interface:CfnBot.SubSlotValueElicitationSettingPropertyIf you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can provide those utterances to improve accuracy.This is optional. In most cases Amazon Lex is capable of understanding user utterances. This is similar to
SampleUtterancesfor slots.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBot.SampleUtteranceProperty>- Specified by:
getSampleUtterancesin interfaceCfnBot.SubSlotValueElicitationSettingProperty- See Also:
-
getWaitAndContinueSpecification
Description copied from interface:CfnBot.SubSlotValueElicitationSettingPropertyReturns union: eitherIResolvableorCfnBot.WaitAndContinueSpecificationProperty- Specified by:
getWaitAndContinueSpecificationin interfaceCfnBot.SubSlotValueElicitationSettingProperty- 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()
-