{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AiGeneratedSummariesDTO", "title": "AiGeneratedSummariesDTO", "type": "object", "description": "This is applicable/available only when AI Assistant add-on offer/license is added to the organization.", "properties": { "callDropSummariesEnabled": { "type": "boolean", "description": "Used to toggle the enable/disable call drop summaries for Generated Summaries configuration. Mandatory for create/update operation. If the value is missing in response, the consumer should assume a value as false.", "example": true }, "virtualAgentTransferSummariesEnabled": { "type": "boolean", "description": "Used to toggle the enable/disable virtual agent transfer summaries for Generated Summaries configuration. Mandatory for create/update operation. If the value is missing in response, the consumer should assume a value as false.", "example": true }, "consultTransferSummariesEnabled": { "type": "boolean", "description": "Used to toggle the enable/disable mid call consult/transfer summaries in Generated Summaries configuration. Mandatory for create/update operation. If the value is missing in response, the consumer should assume a value as false.", "example": true }, "wrapUpSummariesEnabled": { "type": "boolean", "description": "Used to toggle the enable/disable post call summaries in Generated Summaries configuration. Mandatory for create/update operation. If the value is missing in response, the consumer should assume a value as false.", "example": true }, "queuesInclusionType": { "type": "string", "description": "Provides information whether all or specific queues are selected for Generated Summaries resource. If the value is missing in response, the consumer should assume a value as ALL.", "enum": [ "ALL", "SPECIFIC" ], "example": "ALL" } } }