InferredConfiguration
Type: Object
An embedded resource that holds the product configuration values as interpreted by the AI inference engine from a natural language query. It contains fields for common product attributes like quantity, size, and color, which are then used to populate a formal product specification. This acts as an intermediate data structure between unstructured user input and the structured world of product templates.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| coating | String | Coating type if specified | ||
| color | String | Color specification (e.g., '4/4' for full color) | ||
| coverColor | String | Cover color specification | ||
| coverSubstrateOption | String | Cover substrate option for books | ||
| customHeight | String | Custom height if applicable | ||
| customWidth | String | Custom width if applicable | ||
| interiorColor | String | Interior color specification | ||
| interiorSubstrateOption | String | Interior substrate option for books | ||
| lamination | Boolean | Whether lamination is requested | ||
| pageCount | Int | Number of pages | ||
| productType | String | Type of product (business_cards, softcover_book, hardcover_book, flatwork) | ||
| quantity | Int | Quantity to produce | ||
| size | String | Size specification | ||
| substrateOption | String | Substrate option name |