class Aws::AlexaForBusiness::Types::CreateContactRequest


@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateContactRequest AWS API Documentation
@return [String]
not need to pass this option.
**A suitable default value is auto-generated.** You should normally
idempotency.
A unique, user-specified identifier for this request that ensures
@!attribute [rw] client_request_token
@return [Array<Types::SipAddress>]
The list of SIP addresses for the contact.
@!attribute [rw] sip_addresses
@return [Array<Types::PhoneNumber>]
The list of phone numbers for the contact.
@!attribute [rw] phone_numbers
@return [String]
phone number type and multiple numbers.
We recommend that you use PhoneNumbers, which lets you specify the
type defaults to WORK. You can specify PhoneNumber or PhoneNumbers.
The phone number of the contact in E.164 format. The phone number
@!attribute [rw] phone_number
@return [String]
device.
The last name of the contact that is used to call the contact on the
@!attribute [rw] last_name
@return [String]
the device.
The first name of the contact that is used to call the contact on
@!attribute [rw] first_name
@return [String]
The name of the contact to display on the console.
@!attribute [rw] display_name
}
client_request_token: “ClientRequestToken”,
],
},
type: “WORK”, # required, accepts WORK
uri: “SipUri”, # required
{
sip_addresses: [
],
},
type: “MOBILE”, # required, accepts MOBILE, WORK, HOME
number: “RawPhoneNumber”, # required
{
phone_numbers: [
phone_number: “RawPhoneNumber”,
last_name: “ContactName”,
first_name: “ContactName”, # required
display_name: “ContactName”,
{
data as a hash:
@note When making an API call, you may pass CreateContactRequest