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.

Contains the default values for a slot. Default values are used when Amazon Lex hasn't determined a value for a slot.

Inheritance Hierarchy

System.Object
  Amazon.LexModelBuildingService.Model.SlotDefaultValueSpec

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

Syntax

C#
public class SlotDefaultValueSpec

The SlotDefaultValueSpec type exposes the following members

Constructors

NameDescription
Public Method SlotDefaultValueSpec()

Properties

NameTypeDescription
Public Property DefaultValueList System.Collections.Generic.List<Amazon.LexModelBuildingService.Model.SlotDefaultValue>

Gets and sets the property DefaultValueList.

The default values for a slot. You can specify more than one default. For example, you can specify a default value to use from a matching context variable, a session attribute, or a fixed value.

The default value chosen is selected based on the order that you specify them in the list. For example, if you specify a context variable and a fixed value in that order, Amazon Lex uses the context variable if it is available, else it uses the fixed value.

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