CreateContactRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The name of the contact to display on the console.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

The list of phone numbers for the contact.

Link copied to clipboard

The list of SIP addresses for the contact.

Link copied to clipboard
val tags: List<Tag>?

The tags to be added to the specified resource. Do not provide system tags.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String