You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::CreateContactRequestWhen passing CreateContactRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
display_name: "ContactName",
first_name: "ContactName", last_name: "ContactName",
phone_number: "RawPhoneNumber",
phone_numbers: [
{
number: "RawPhoneNumber", type: "MOBILE", },
],
sip_addresses: [
{
uri: "SipUri", type: "WORK", },
],
client_request_token: "ClientRequestToken",
}
Instance Attribute Summary collapse
A unique, user-specified identifier for this request that ensures idempotency.
The name of the contact to display on the console.
The first name of the contact that is used to call the contact on the device.
The last name of the contact that is used to call the contact on the device.
The phone number of the contact in E.164 format.
The list of phone numbers for the contact.
The list of SIP addresses for the contact.
A unique, user-specified identifier for this request that ensures idempotency.
#display_name ⇒ StringThe name of the contact to display on the console.
#first_name ⇒ StringThe first name of the contact that is used to call the contact on the device.
#last_name ⇒ StringThe last name of the contact that is used to call the contact on the device.
#phone_number ⇒ StringThe 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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4