

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# Amazon Connect Customer Profiles 中的标准配置文件定义
<a name="standard-profile-definition"></a>

下表列出了 Customer Profiles 标准资料对象中的所有字段。


| 标准资料字段 | 数据类型 | 描述 | 
| --- | --- | --- | 
| ProfileId | 字符串 | 客户资料的唯一标识符。 | 
| AccountNumber | 字符串 | 您提供给客户的唯一账号。 | 
| AdditionalInformation | 字符串 | 与客户的资料相关的任何其他信息。 | 
| PartyType | 字符串 | 用于描述客户的资料类型。<br />有效值：INDIVIDUAL \| BUSINESS \| OTHER | 
| BusinessName | 字符串 | 客户的企业名称。 | 
| FirstName | 字符串 | 客户的名字。 | 
| MiddleName | 字符串 | 客户的中间名。 | 
| LastName | 字符串 | 客户的姓氏。 | 
| BirthDate | 字符串 | 客户的出生日期。 | 
| 性别 | 字符串 | 客户标识的性别。 | 
| PhoneNumber | 字符串 | 客户的电话号码，未指定为手机号码、家庭号码或企业号码。 | 
| MobilePhoneNumber | 字符串 | 客户的手机号码。 | 
| HomePhoneNumber | 字符串 | 客户的家庭电话号码。 | 
| BusinessPhoneNumber | 字符串 | 客户的企业电话号码。 | 
| EmailAddress | 字符串 | 客户的电子邮件地址，未指定为个人或企业地址。 | 
| PersonalEmailAddress | 字符串 | 客户的个人电子邮件地址。 | 
| BusinessEmailAddress | 字符串 | 客户的企业电子邮件地址。 | 
| 地址 | 地址 | 与客户关联的非邮寄、配送或账单地址的通用地址。 | 
| ShippingAddress | 地址 | 客户的配送地址。 | 
| MailingAddress | 地址 | 客户的邮寄地址。 | 
| BillingAddress | 地址 | 客户的账单地址。 | 
| 属性 | String-to-string 地图 | 客户资料属性的键值对。 | 
| ProfileType | 字符串 | 配置文件的类型。<br />有效值：PROFILE \| ACCOUNT\_PROFILE | 
| EngagementPreferences | EngagementPreferences | 客户或账户的互动偏好。 | 

标准配置文件对象按下表中的密钥建立索引。


| 标准索引名称 | 标准资料字段 | 
| --- | --- | 
| \_phone | PhoneNumber、 MobilePhoneNumber HomePhoneNumber、或 BusinessPhoneNumber | 
| \_email | EmailAddress PersonalEmailAddress、或 BusinessEmailAddress | 
| \_account | AccountNumber | 
| \_profileId | ProfileId | 
| \_fullName | "FirstName MiddleName LastName" | 

例如，您可以在 [SearchProfiles API](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html) 中使用`_phone`作为密钥名称来查找 PhoneNumber、 MobilePhoneNumber HomePhoneNumber、或 BusinessPhoneNumber 属性与搜索值匹配的个人资料。

## 地址数据类型
<a name="address-data-type"></a>


| 标准资料字段 | 数据类型 | 说明 | 
| --- | --- | --- | 
| Address1 | 字符串 | 客户地址的第一行。 | 
| Address2 | 字符串 | 客户地址的第二行。 | 
| Address3 | 字符串 | 客户地址的第三行。 | 
| Address4 | 字符串 | 客户地址的第四行。 | 
| City | 字符串 | 客户居住的城市。 | 
| Country | 字符串 | 客户居住的国家/地区。 | 
| County | 字符串 | 客户居住的郡/县。 | 
| PostalCode | 字符串 | 客户地址的邮政编码。 | 
| Province | 字符串 | 客户居住的省份。 | 
| State | 字符串 | 客户居住的州。 | 

## EngagementPreferences 数据类型
<a name="engagement-preferences-data-type"></a>


| 标准资料字段 | 数据类型 | 说明 | 
| --- | --- | --- | 
| 电子邮件 |  ContactPreference 对象数组 | 与电子邮件相关的联系偏好列表。 | 
| Phone |  ContactPreference 对象数组 | 与电话相关的联系偏好列表。 | 

## ContactPreference 数据类型
<a name="contact-preference-data-type"></a>


| 标准资料字段 | 数据类型 | 描述 | 
| --- | --- | --- | 
| KeyName | 字符串 | 客户配置文件的可搜索的唯一标识符。 | 
| KeyValue | 字符串 | 用于根据 keyName 查找配置文件的键值。 | 
| ProfileId | 字符串 | 客户资料的唯一标识符。 | 
| ContactType | 字符串 | 用于互动的联系类型。有效值： PhoneNumber \| MobilePhoneNumber \| HomePhoneNumber \| BusinessPhoneNumber \| EmailAddress \| PersonalEmailAddress \| BusinessEmailAddress | 