Adds and/or removes query definitions (prompts) from a query group.
A query group represents a set of related queries for a specific product line or campaign. Customers can have multiple query groups. You can add new queries, remove existing ones, or both in a single call. At least one of addedQueries or deletedQueriesIds must contain values. The caller must own the query group through their organization.
Note: Each query group is limited to a maximum of 150 active (non-deleted) queries.
Query definitions to add and/or remove
The ID of the query group to edit.
List of new query texts to add. Can be an empty array if only deleting.
List of query IDs to remove (soft-delete). Can be an empty array if only adding.
A comment describing the reason for the edit. Stored as part of the version history.