AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.LexModelsV2.AmazonLexModelsV2Request
      Amazon.LexModelsV2.Model.UpdateSlotTypeRequest

Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateSlotTypeRequest : AmazonLexModelsV2Request
         IAmazonWebServiceRequest

The UpdateSlotTypeRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateSlotTypeRequest()

Properties

NameTypeDescription
Public Property BotId System.String

Gets and sets the property BotId.

The identifier of the bot that contains the slot type.

Public Property BotVersion System.String

Gets and sets the property BotVersion.

The version of the bot that contains the slot type. Must be DRAFT.

Public Property CompositeSlotTypeSetting Amazon.LexModelsV2.Model.CompositeSlotTypeSetting

Gets and sets the property CompositeSlotTypeSetting.

Specifications for a composite slot type.

Public Property Description System.String

Gets and sets the property Description.

The new description of the slot type.

Public Property ExternalSourceSetting Amazon.LexModelsV2.Model.ExternalSourceSetting

Gets and sets the property ExternalSourceSetting.

Public Property 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.

Public Property 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.

Public Property SlotTypeId System.String

Gets and sets the property SlotTypeId.

The unique identifier of the slot type to update.

Public Property SlotTypeName System.String

Gets and sets the property SlotTypeName.

The new name of the slot type.

Public Property 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.

Public Property 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.

Version Information

.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