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.

The slot values that Amazon Lex uses when it sets slot values in a dialog step.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.SlotValueOverride

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

Syntax

C#
public class SlotValueOverride

The SlotValueOverride type exposes the following members

Constructors

NameDescription
Public Method SlotValueOverride()

Properties

NameTypeDescription
Public Property Shape Amazon.LexModelsV2.SlotShape

Gets and sets the property Shape.

When the shape value is List, it indicates that the values field contains a list of slot values. When the value is Scalar, it indicates that the value field contains a single value.

Public Property Value Amazon.LexModelsV2.Model.SlotValue

Gets and sets the property Value.

The current value of the slot.

Public Property Values System.Collections.Generic.List<Amazon.LexModelsV2.Model.SlotValueOverride>

Gets and sets the property Values.

A list of one or more values that the user provided for the slot. For example, for a slot that elicits pizza toppings, the values might be "pepperoni" and "pineapple."

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