createBcgMatrixSlide
Generate a BCG matrix slide by categorizing products into stars, cash cows, question marks, and dogs for portfolio analysis.
Instructions
Create or update a BCG matrix placeholder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dogs | Yes | ||
| stars | Yes | ||
| _index | No | If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1). | |
| cashCows | Yes | ||
| questionMarks | Yes |