A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/AlexaForBusiness/Types/CreateContactRequest.html below:

CreateContactRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::CreateContactRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #client_request_token ⇒ String

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

#display_name ⇒ String

The name of the contact to display on the console.

#first_name ⇒ String

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

#last_name ⇒ String

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

#phone_number ⇒ String

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.


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