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.
Summary information about a slot, a value that the bot elicits from the user.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class SlotSummary
The SlotSummary type exposes the following members
Name | Description | |
---|---|---|
![]() |
SlotSummary() |
Name | Type | Description | |
---|---|---|---|
![]() |
Description | System.String |
Gets and sets the property Description. The description of the slot. |
![]() |
LastUpdatedDateTime | System.DateTime |
Gets and sets the property LastUpdatedDateTime. The timestamp of the last date and time that the slot was updated. |
![]() |
SlotConstraint | Amazon.LexModelsV2.SlotConstraint |
Gets and sets the property SlotConstraint. Whether the slot is required or optional. An intent is complete when all required slots are filled. |
![]() |
SlotId | System.String |
Gets and sets the property SlotId. The unique identifier of the slot. |
![]() |
SlotName | System.String |
Gets and sets the property SlotName. The name given to the slot. |
![]() |
SlotTypeId | System.String |
Gets and sets the property SlotTypeId. The unique identifier for the slot type that defines the values for the slot. |
![]() |
ValueElicitationPromptSpecification | Amazon.LexModelsV2.Model.PromptSpecification |
Gets and sets the property ValueElicitationPromptSpecification. Prompts that are sent to the user to elicit a value for the slot. |
.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