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.

Summary information about a slot, a value that the bot elicits from the user.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.SlotSummary

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

Syntax

C#
public class SlotSummary

The SlotSummary type exposes the following members

Constructors

NameDescription
Public Method SlotSummary()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The description of the slot.

Public Property LastUpdatedDateTime System.DateTime

Gets and sets the property LastUpdatedDateTime.

The timestamp of the last date and time that the slot was updated.

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

Public Property SlotId System.String

Gets and sets the property SlotId.

The unique identifier of the slot.

Public Property SlotName System.String

Gets and sets the property SlotName.

The name given to the slot.

Public Property SlotTypeId System.String

Gets and sets the property SlotTypeId.

The unique identifier for the slot type that defines the values for the slot.

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

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