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 Objectfinal Objectfinal 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 Objectfinal 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
- Specified by:
getDefaultValueSpecificationin interfaceCfnBot.SubSlotValueElicitationSettingProperty- See Also:
-
getPromptSpecification
- 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.- Specified by:
getSampleUtterancesin interfaceCfnBot.SubSlotValueElicitationSettingProperty- See Also:
-
getWaitAndContinueSpecification
- 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()
-