public static final class CfnBot.MultipleValuesSettingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBot.MultipleValuesSettingProperty
CfnBot.MultipleValuesSettingProperty
CfnBot.MultipleValuesSettingProperty.Builder, CfnBot.MultipleValuesSettingProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAllowMultipleValues()
Indicates whether a slot can return multiple values.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAllowMultipleValues()
CfnBot.MultipleValuesSettingProperty
When true, the slot may return more than one value in a response. When false, the slot returns only a single value. If AllowMultipleValues is not set, the default value is false.
Multi-value slots are only available in the en-US locale.
getAllowMultipleValues
in interface CfnBot.MultipleValuesSettingProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()