Class CreateSlotRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateSlotRequest.Builder,CreateSlotRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringbotId()The identifier of the bot associated with the slot.final StringThe version of the bot associated with the slot.static CreateSlotRequest.Builderbuilder()final StringA description of the slot.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkRequest.final inthashCode()final StringintentId()The identifier of the intent that contains the slot.final StringlocaleId()The identifier of the language and locale that the slot will be used in.final MultipleValuesSettingIndicates whether the slot returns multiple values in one response.final ObfuscationSettingDetermines how slot values are used in Amazon CloudWatch logs.static Class<? extends CreateSlotRequest.Builder> final StringslotName()The name of the slot.final StringThe unique identifier for the slot type associated with this slot.final SubSlotSettingSpecifications for the constituent sub slots and the expression for the composite slot.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
slotName
The name of the slot. Slot names must be unique within the bot that contains the slot.
- Returns:
- The name of the slot. Slot names must be unique within the bot that contains the slot.
-
description
A description of the slot. Use this to help identify the slot in lists.
- Returns:
- A description of the slot. Use this to help identify the slot in lists.
-
slotTypeId
The unique identifier for the slot type associated with this slot. The slot type determines the values that can be entered into the slot.
- Returns:
- The unique identifier for the slot type associated with this slot. The slot type determines the values that can be entered into the slot.
-
valueElicitationSetting
Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.
- Returns:
- Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.
-
obfuscationSetting
Determines how slot values are used in Amazon CloudWatch logs. If the value of the
obfuscationSettingparameter isDefaultObfuscation, slot values are obfuscated in the log output. If the value isNone, the actual value is present in the log output.The default is to obfuscate values in the CloudWatch logs.
- Returns:
- Determines how slot values are used in Amazon CloudWatch logs. If the value of the
obfuscationSettingparameter isDefaultObfuscation, slot values are obfuscated in the log output. If the value isNone, the actual value is present in the log output.The default is to obfuscate values in the CloudWatch logs.
-
botId
The identifier of the bot associated with the slot.
- Returns:
- The identifier of the bot associated with the slot.
-
botVersion
The version of the bot associated with the slot.
- Returns:
- The version of the bot associated with the slot.
-
localeId
The identifier of the language and locale that the slot will be used in. The string must match one of the supported locales. All of the bots, intents, slot types used by the slot must have the same locale. For more information, see Supported languages.
- Returns:
- The identifier of the language and locale that the slot will be used in. The string must match one of the supported locales. All of the bots, intents, slot types used by the slot must have the same locale. For more information, see Supported languages.
-
intentId
The identifier of the intent that contains the slot.
- Returns:
- The identifier of the intent that contains the slot.
-
multipleValuesSetting
Indicates whether the slot returns multiple values in one response. Multi-value slots are only available in the
en-USlocale. If you set this value totruein any other locale, Amazon Lex throws aValidationException.If the
multipleValuesSettingis not set, the default value isfalse.- Returns:
- Indicates whether the slot returns multiple values in one response. Multi-value slots are only available
in the
en-USlocale. If you set this value totruein any other locale, Amazon Lex throws aValidationException.If the
multipleValuesSettingis not set, the default value isfalse.
-
subSlotSetting
Specifications for the constituent sub slots and the expression for the composite slot.
- Returns:
- Specifications for the constituent sub slots and the expression for the composite slot.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateSlotRequest.Builder,CreateSlotRequest> - Specified by:
toBuilderin classLexModelsV2Request- Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
Description copied from class:SdkRequestUsed to retrieve the value of a field from any class that extendsSdkRequest. The field name specified should match the member name from the corresponding service-2.json model specified in the codegen-resources folder for a given service. The class specifies what class to cast the returned value to. If the returned value is also a modeled class, theSdkRequest.getValueForField(String, Class)method will again be available.- Overrides:
getValueForFieldin classSdkRequest- Parameters:
fieldName- The name of the member to be retrieved.clazz- The class to cast the returned object to.- Returns:
- Optional containing the casted return value
-
sdkFields
-