class Aws::AlexaForBusiness::Types::CreateContactRequest

@note When making an API call, you may pass CreateContactRequest

data as a hash:

    {
      display_name: "ContactName",
      first_name: "ContactName", # required
      last_name: "ContactName",
      phone_number: "RawPhoneNumber",
      phone_numbers: [
        {
          number: "RawPhoneNumber", # required
          type: "MOBILE", # required, accepts MOBILE, WORK, HOME
        },
      ],
      sip_addresses: [
        {
          uri: "SipUri", # required
          type: "WORK", # required, accepts WORK
        },
      ],
      client_request_token: "ClientRequestToken",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] display_name

The name of the contact to display on the console.
@return [String]

@!attribute [rw] first_name

The first name of the contact that is used to call the contact on
the device.
@return [String]

@!attribute [rw] last_name

The last name of the contact that is used to call the contact on the
device.
@return [String]

@!attribute [rw] phone_number

The phone number of the contact in E.164 format. 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.
@return [String]

@!attribute [rw] phone_numbers

The list of phone numbers for the contact.
@return [Array<Types::PhoneNumber>]

@!attribute [rw] sip_addresses

The list of SIP addresses for the contact.
@return [Array<Types::SipAddress>]

@!attribute [rw] client_request_token

A unique, user-specified identifier for this request that ensures
idempotency.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] tags

The tags to be added to the specified resource. Do not provide
system tags.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateContactRequest AWS API Documentation

Constants

SENSITIVE