

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# Customer Profiles 標準案例物件欄位
<a name="standard-case-definition"></a>

下表列出 Customer Profiles 標準案例物件中的所有欄位。


| 標準案例欄位 | 資料類型 | Description | 
| --- | --- | --- | 
|  CaseId  | String  | 標準案例的唯一識別符。  | 
|  Title  | String  | 案件標題  | 
|  摘要  | String  | 案件摘要。  | 
|  狀態  | String  | 案件的狀態。  | 
|  Reason  | String  | 案件的原因。  | 
|  CreatedBy  | String  | 案件的建立者。  | 
|  CreatedDate  | String  | 案例的建立日期。  | 
|  UpdatedDate  | String  | 案例的更新日期。  | 
|  ClosedDate  | String  | 案件的結束日期。  | 
|  AdditionalInformation  | String  | 與案件有關的任何其他資訊。  | 
|  資料來源  | String  | 案例的資料來源。  | 
|  屬性  | 字串對字串對應  | 標準案例屬性的鍵值對。  | 

標準案例物件會依據下表的索引鍵編製索引。


| 標準索引名稱 | 標準案例欄位 | 
| --- | --- | 
| \$1caseId | CaseId | 

例如，您可以使用 `_caseId` 作為索引鍵名稱，搭配 [SearchProfiles API](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html) 來尋找具有與搜尋值相符案例 ID 之案例的設定檔。您可以使用 [ListProfileObjects API](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListProfileObjects.html)，並將 `ProfileId` 和 `ObjectTypeName` 設定為 `_case`，以尋找與特定設定檔關聯的標準案例物件。