result.data | object | Yes | — | Paginated envelope containing a list of items belonging to a single field configuration. |
result.data.data | array | No | — | Field-configuration items for the current page. |
result.data.data[].uuid | string | Yes | — | Unique identifier of the item. |
result.data.data[].fieldConfigurationUUID | string | Yes | — | UUID of the parent field configuration. |
result.data.data[].title | string | Yes | — | Short human-readable title of the item. Trimmed; 1-128 characters. |
result.data.data[].category | "CRM" | "Indicators" | "BuiltInInsight" | "CustomInsight" | Yes | — | Category of the item. One of the intelligence-category enum values. Allowed: CRM, Indicators, BuiltInInsight, CustomInsight. |
result.data.data[].contents | string | Yes | — | Prompt text that Attention will evaluate against each conversation. |
result.data.data[].description | string | No | — | Optional longer description shown to end users. 0-2000 characters. |
result.data.data[].promptType | string | Yes | — | Prompt family used to analyze the conversation. |
result.data.data[].contentType | string | Yes | — | Expected shape of the extracted content. |
result.data.data[].responseType | string | No | — | Optional response data type hint. |
result.data.data[].options | array | No | — | Optional allowed response values when the item is a multiple-choice field. |
result.data.data[].dependsOn | array | No | — | UUIDs of other items this item depends on. |
result.data.data[].maxValues | integer | No | — | Maximum number of values allowed for multi-select items. |
result.data.data[].allowLongResponse | boolean | Yes | — | Whether the analyzer may produce a longer free-text response. |
result.data.data[].extractQuotes | boolean | Yes | — | Whether the analyzer should attach supporting quotes to the response. |
result.data.data[].availableToAllClients | boolean | Yes | — | Internal flag marking the item as globally available. |
result.data.data[].analysisLevel | "conversation" | "deal" | "lead" | "contact" | "account" | No | — | Level at which the item is evaluated. Allowed: conversation, deal, lead, contact, account. |
result.data.data[].metadata | object | No | — | Numeric scoring metadata for a field-configuration item. Required when the item represents a numeric score - min_score must be less than or equal to max_score. |
result.data.data[].metadata.min_score | number | No | — | Minimum allowed score value. Format: double. |
result.data.data[].metadata.max_score | number | No | — | Maximum allowed score value. Format: double. |
result.data.data[].metadata.middle_score | number | null | No | — | Optional midpoint score value, used by scoring heuristics. Format: double. |
result.data.data[].metadata.min_criteria | string | No | — | Human-readable description of what the minimum score means. |
result.data.data[].metadata.max_criteria | string | No | — | Human-readable description of what the maximum score means. |
result.data.data[].metadata.middle_criteria | string | null | No | — | Human-readable description of what the middle score means. |
result.data.data[].createdAt | string | Yes | — | Timestamp when the item was created. Format: date-time. |
result.data.data[].lastModifiedAt | string | Yes | — | Timestamp when the item was last updated. Format: date-time. |
result.data.meta | object | No | — | — |
result.data.meta.pageCount | integer | No | — | — |
result.data.meta.totalRecords | integer | No | — | — |
result.data.meta.pageNumber | integer | No | — | — |
result.data.meta.pageSize | integer | No | — | — |
result.meta | object | No | — | Additional response metadata (status, paging). |