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.

A skill parameter associated with a room.

Inheritance Hierarchy

System.Object
  Amazon.AlexaForBusiness.Model.RoomSkillParameter

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

Syntax

C#
public class RoomSkillParameter

The RoomSkillParameter type exposes the following members

Constructors

NameDescription
Public Method RoomSkillParameter()

Properties

NameTypeDescription
Public Property ParameterKey System.String

Gets and sets the property ParameterKey.

The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT” or “SCOPE” as valid values.

Public Property ParameterValue System.String

Gets and sets the property ParameterValue.

The parameter value of a room skill parameter.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5