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.

Container for the parameters to the RegisterAVSDevice operation. Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service (AVS).

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AlexaForBusiness.AmazonAlexaForBusinessRequest
      Amazon.AlexaForBusiness.Model.RegisterAVSDeviceRequest

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

Syntax

C#
public class RegisterAVSDeviceRequest : AmazonAlexaForBusinessRequest
         IAmazonWebServiceRequest

The RegisterAVSDeviceRequest type exposes the following members

Constructors

NameDescription
Public Method RegisterAVSDeviceRequest()

Properties

NameTypeDescription
Public Property AmazonId System.String

Gets and sets the property AmazonId.

The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's Developer Console.

Public Property ClientId System.String

Gets and sets the property ClientId.

The client ID of the OEM used for code-based linking authorization on an AVS device.

Public Property DeviceSerialNumber System.String

Gets and sets the property DeviceSerialNumber.

The key generated by the OEM that uniquely identifies a specified instance of your AVS device.

Public Property ProductId System.String

Gets and sets the property ProductId.

The product ID used to identify your AVS device during authorization.

Public Property RoomArn System.String

Gets and sets the property RoomArn.

The Amazon Resource Name (ARN) of the room with which to associate your AVS device.

Public Property Tags System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.Tag>

Gets and sets the property Tags.

The tags to be added to the specified resource. Do not provide system tags.

Public Property UserCode System.String

Gets and sets the property UserCode.

The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device Authorization Request component of the OAuth code-based linking specification.

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