AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateSlotType operation. Updates the configuration of an existing slot type.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class UpdateSlotTypeRequest : AmazonLexModelsV2Request IAmazonWebServiceRequest
The UpdateSlotTypeRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
UpdateSlotTypeRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
BotId | System.String |
Gets and sets the property BotId. The identifier of the bot that contains the slot type. |
![]() |
BotVersion | System.String |
Gets and sets the property BotVersion.
The version of the bot that contains the slot type. Must be |
![]() |
CompositeSlotTypeSetting | Amazon.LexModelsV2.Model.CompositeSlotTypeSetting |
Gets and sets the property CompositeSlotTypeSetting. Specifications for a composite slot type. |
![]() |
Description | System.String |
Gets and sets the property Description. The new description of the slot type. |
![]() |
ExternalSourceSetting | Amazon.LexModelsV2.Model.ExternalSourceSetting |
Gets and sets the property ExternalSourceSetting. |
![]() |
LocaleId | System.String |
Gets and sets the property LocaleId. The identifier of the language and locale that contains the slot type. The string must match one of the supported locales. For more information, see Supported languages. |
![]() |
ParentSlotTypeSignature | System.String |
Gets and sets the property ParentSlotTypeSignature. The new built-in slot type that should be used as the parent of this slot type. |
![]() |
SlotTypeId | System.String |
Gets and sets the property SlotTypeId. The unique identifier of the slot type to update. |
![]() |
SlotTypeName | System.String |
Gets and sets the property SlotTypeName. The new name of the slot type. |
![]() |
SlotTypeValues | System.Collections.Generic.List<Amazon.LexModelsV2.Model.SlotTypeValue> |
Gets and sets the property SlotTypeValues. A new list of values and their optional synonyms that define the values that the slot type can take. |
![]() |
ValueSelectionSetting | Amazon.LexModelsV2.Model.SlotValueSelectionSetting |
Gets and sets the property ValueSelectionSetting. The strategy that Amazon Lex should use when deciding on a value from the list of slot type values. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5