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.

Information related to a contact.

Inheritance Hierarchy

System.Object
  Amazon.AlexaForBusiness.Model.ContactData

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

Syntax

C#
public class ContactData

The ContactData type exposes the following members

Constructors

NameDescription
Public Method ContactData()

Properties

NameTypeDescription
Public Property ContactArn System.String

Gets and sets the property ContactArn.

The ARN of the contact.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The name of the contact to display on the console.

Public Property FirstName System.String

Gets and sets the property FirstName.

The first name of the contact, used to call the contact on the device.

Public Property LastName System.String

Gets and sets the property LastName.

The last name of the contact, used to call the contact on the device.

Public Property PhoneNumber System.String

Gets and sets the property PhoneNumber.

The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.

Public Property PhoneNumbers System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.PhoneNumber>

Gets and sets the property PhoneNumbers.

The list of phone numbers for the contact.

Public Property SipAddresses System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.SipAddress>

Gets and sets the property SipAddresses.

The list of SIP addresses for the contact.

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