const response = await api.coding.createBatchJob({ surveyIdentifier: 'CSAT-2024-Q1', surveyName: 'Customer Satisfaction', surveyDescription: 'Tracking customer satisfaction and loyalty', surveyResponses: [{ questionIdentifier: 'Q1', question: 'What did you like about our service?', responseEntries: [{ responseIdentifier: '12345', answer: 'The customer service representatives were very helpful.' }] }]});
Analyze survey responses and code them into hierarchical categories
POST
/
api
/
v1
/
coding
JavaScript
Copy
const response = await api.coding.createBatchJob({ surveyIdentifier: 'CSAT-2024-Q1', surveyName: 'Customer Satisfaction', surveyDescription: 'Tracking customer satisfaction and loyalty', surveyResponses: [{ questionIdentifier: 'Q1', question: 'What did you like about our service?', responseEntries: [{ responseIdentifier: '12345', answer: 'The customer service representatives were very helpful.' }] }]});