{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Speech & Text Analytics API", "version": "v2" }, "items": [ { "info": { "name": "Speech & Text Analytics", "type": "folder" }, "items": [ { "info": { "name": "Get the list of Speech and Text Analytics categories", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/categories", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "The page size for the listing. The max that will be returned is 25." }, { "name": "pageNumber", "value": "", "type": "query", "description": "The page number for the listing" }, { "name": "name", "value": "", "type": "query", "description": "The category name filter applied to the listing" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order for the listing" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by for the listing" }, { "name": "ids", "value": "", "type": "query", "description": "Comma separated Category IDs to filter by. Cannot be used with other filters. Maximum of 25 IDs allowed." } ] }, "docs": "Get the list of Speech and Text Analytics categories" }, { "info": { "name": "Create new Speech & Text Analytics category", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/categories" }, "docs": "Create new Speech & Text Analytics category" }, { "info": { "name": "Get a Speech & Text Analytics Category by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/categories/:categoryId", "params": [ { "name": "categoryId", "value": "", "type": "path", "description": "The id of the category" } ] }, "docs": "Get a Speech & Text Analytics Category by ID" }, { "info": { "name": "Update a Speech & Text Analytics category by ID", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/categories/:categoryId", "params": [ { "name": "categoryId", "value": "", "type": "path", "description": "The id of the category" } ] }, "docs": "Update a Speech & Text Analytics category by ID" }, { "info": { "name": "Delete a Speech & Text Analytics category by ID", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/categories/:categoryId", "params": [ { "name": "categoryId", "value": "", "type": "path", "description": "The id of the category" } ] }, "docs": "Delete a Speech & Text Analytics category by ID" }, { "info": { "name": "Get Speech and Text Analytics for a specific conversation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/conversations/:conversationId", "params": [ { "name": "conversationId", "value": "", "type": "path", "description": "Conversation Id" } ] }, "docs": "Get Speech and Text Analytics for a specific conversation" }, { "info": { "name": "Get conversation summaries by conversation id.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/conversations/:conversationId/summaries", "params": [ { "name": "conversationId", "value": "", "type": "path", "description": "The conversation ID of the summaries" } ] }, "docs": "Get conversation summaries by conversation id." }, { "info": { "name": "Get a Speech & Text Analytics dictionary feedback by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/dictionaryfeedback/:dictionaryFeedbackId", "params": [ { "name": "dictionaryFeedbackId", "value": "", "type": "path", "description": "The Id of the Dictionary Feedback" } ] }, "docs": "Get a Speech & Text Analytics dictionary feedback by id" }, { "info": { "name": "Update existing Speech & Text Analytics dictionary feedback by id", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/dictionaryfeedback/:dictionaryFeedbackId", "params": [ { "name": "dictionaryFeedbackId", "value": "", "type": "path", "description": "The Id of the Dictionary Feedback" } ] }, "docs": "Update existing Speech & Text Analytics dictionary feedback by id" }, { "info": { "name": "Delete a Speech & Text Analytics DictionaryFeedback by Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/dictionaryfeedback/:dictionaryFeedbackId", "params": [ { "name": "dictionaryFeedbackId", "value": "", "type": "path", "description": "The Id of the Dictionary Feedback" } ] }, "docs": "Delete a Speech & Text Analytics DictionaryFeedback by Id" }, { "info": { "name": "Get the list of Speech & Text Analytics dictionary feedbacks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/dictionaryfeedback", "params": [ { "name": "dialect", "value": "", "type": "query", "description": "The key for filter the listing by dialect, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard" }, { "name": "transcriptionEngine", "value": "", "type": "query", "description": "Filter by transcription engine, If not provided, all transcription engines will be considered" }, { "name": "nextPage", "value": "", "type": "query", "description": "The key for listing the next page" }, { "name": "pageSize", "value": "", "type": "query", "description": "The page size for the listing. Default is 500 per page. Note: organizations may store up to 1000 dictionary terms per dialect; use nextPage to paginate beyond the first page when listing a full dialect vocabulary." } ] }, "docs": "Get the list of Speech & Text Analytics dictionary feedbacks" }, { "info": { "name": "Create a Speech & Text Analytics DictionaryFeedback", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/dictionaryfeedback" }, "docs": "Create a Speech & Text Analytics DictionaryFeedback" }, { "info": { "name": "Delete a Speech & Text Analytics SentimentFeedback by Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/sentimentfeedback/:sentimentFeedbackId", "params": [ { "name": "sentimentFeedbackId", "value": "", "type": "path", "description": "The Id of the SentimentFeedback" } ] }, "docs": "Delete a Speech & Text Analytics SentimentFeedback by Id" }, { "info": { "name": "Get the list of Speech & Text Analytics SentimentFeedback", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/sentimentfeedback", "params": [ { "name": "dialect", "value": "", "type": "query", "description": "The key for filter the listing by dialect, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard" } ] }, "docs": "Get the list of Speech & Text Analytics SentimentFeedback" }, { "info": { "name": "Create a Speech & Text Analytics SentimentFeedback", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/sentimentfeedback" }, "docs": "Create a Speech & Text Analytics SentimentFeedback" }, { "info": { "name": "Delete All Speech & Text Analytics SentimentFeedback", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/sentimentfeedback" }, "docs": "Delete All Speech & Text Analytics SentimentFeedback" }, { "info": { "name": "Get AI Insights settings of a program", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/:programId/settings/insights", "params": [ { "name": "programId", "value": "", "type": "path", "description": "The id of the program" } ] }, "docs": "Get AI Insights settings of a program" }, { "info": { "name": "Update AI Insights settings of a program", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/:programId/settings/insights", "params": [ { "name": "programId", "value": "", "type": "path", "description": "The id of the program" } ] }, "docs": "Update AI Insights settings of a program" }, { "info": { "name": "Get Speech & Text Analytics program mappings to queues and flows by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/:programId/mappings", "params": [ { "name": "programId", "value": "", "type": "path", "description": "The id of the program" } ] }, "docs": "Get Speech & Text Analytics program mappings to queues and flows by id" }, { "info": { "name": "Set Speech & Text Analytics program mappings to queues and flows", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/:programId/mappings", "params": [ { "name": "programId", "value": "", "type": "path", "description": "The id of the program" } ] }, "docs": "Set Speech & Text Analytics program mappings to queues and flows" }, { "info": { "name": "Get transcription engine settings of a program", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/:programId/transcriptionengines", "params": [ { "name": "programId", "value": "", "type": "path", "description": "The id of the program" } ] }, "docs": "Get transcription engine settings of a program" }, { "info": { "name": "Update transcription engine settings of a program", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/:programId/transcriptionengines", "params": [ { "name": "programId", "value": "", "type": "path", "description": "The id of the program" } ] }, "docs": "Update transcription engine settings of a program" }, { "info": { "name": "Get the list of program AI Insights settings for the organization", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/settings/insights", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "The page size for the listing. The max that will be returned is 100." }, { "name": "pageNumber", "value": "", "type": "query", "description": "The page number for the listing" }, { "name": "programIds", "value": "", "type": "query", "description": "Comma separated Program IDs to filter by. Maximum of 50 IDs allowed." } ] }, "docs": "Get the list of program AI Insights settings for the organization" }, { "info": { "name": "Get the list of Speech & Text Analytics programs mappings to queues and flows", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/mappings", "params": [ { "name": "nextPage", "value": "", "type": "query", "description": "The key for listing the next page" }, { "name": "pageSize", "value": "", "type": "query", "description": "The page size for the listing" } ] }, "docs": "Get the list of Speech & Text Analytics programs mappings to queues and flows" }, { "info": { "name": "Get supported dialects for each transcription engine", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/transcriptionengines/dialects" }, "docs": "Get supported dialects for each transcription engine" }, { "info": { "name": "Get the list of Speech & Text Analytics sentiment supported dialects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/sentiment/dialects" }, "docs": "Get the list of Speech & Text Analytics sentiment supported dialects" }, { "info": { "name": "Get sentiment data", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/conversations/:conversationId/sentiments", "params": [ { "name": "conversationId", "value": "", "type": "path", "description": "The conversation ID of the sentiment data" } ] }, "docs": "Get sentiment data" }, { "info": { "name": "Get Speech And Text Analytics Settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/settings" }, "docs": "Get Speech And Text Analytics Settings" }, { "info": { "name": "Update Speech And Text Analytics Settings", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/settings" }, "docs": "Update Speech And Text Analytics Settings" }, { "info": { "name": "Patch Speech And Text Analytics Settings", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/settings" }, "docs": "Patch Speech And Text Analytics Settings" }, { "info": { "name": "Get the list of detected Speech and Text Analytics categories of conversation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/conversations/:conversationId/categories", "params": [ { "name": "conversationId", "value": "", "type": "path", "description": "The id of the conversation" }, { "name": "pageSize", "value": "", "type": "query", "description": "The page size for the listing. The max that will be returned is 50." }, { "name": "pageNumber", "value": "", "type": "query", "description": "The page number for the listing" } ] }, "docs": "Get the list of detected Speech and Text Analytics categories of conversation" }, { "info": { "name": "Get a Speech & Text Analytics general program job by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/general/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The id of the publish programs job" } ] }, "docs": "Get a Speech & Text Analytics general program job by id" }, { "info": { "name": "Create new Speech & Text Analytics general program job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/general/jobs" }, "docs": "Create new Speech & Text Analytics general program job" }, { "info": { "name": "Get the Speech & Text Analytics general topics for a given dialect", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/topics/general", "params": [ { "name": "dialect", "value": "", "type": "query", "description": "The dialect of the general topics, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard" } ] }, "docs": "Get the Speech & Text Analytics general topics for a given dialect" }, { "info": { "name": "Get a Speech & Text Analytics publish programs job by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/publishjobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The id of the publish programs job" } ] }, "docs": "Get a Speech & Text Analytics publish programs job by id" }, { "info": { "name": "Create new Speech & Text Analytics publish programs job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/publishjobs" }, "docs": "Create new Speech & Text Analytics publish programs job" }, { "info": { "name": "Get a Speech & Text Analytics program by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/:programId", "params": [ { "name": "programId", "value": "", "type": "path", "description": "The id of the program" } ] }, "docs": "Get a Speech & Text Analytics program by id" }, { "info": { "name": "Update existing Speech & Text Analytics program", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/:programId", "params": [ { "name": "programId", "value": "", "type": "path", "description": "The id of the program" } ] }, "docs": "Update existing Speech & Text Analytics program" }, { "info": { "name": "Delete a Speech & Text Analytics program by id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/:programId", "params": [ { "name": "programId", "value": "", "type": "path", "description": "The id of the program" }, { "name": "forceDelete", "value": "", "type": "query", "description": "Indicates whether the program is forced to be deleted or not. Required when the program to delete is the default program." } ] }, "docs": "Delete a Speech & Text Analytics program by id" }, { "info": { "name": "Get a Speech & Text Analytics program-topic links job by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/topiclinks/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The id of the program-topic links job" } ] }, "docs": "Get a Speech & Text Analytics program-topic links job by id" }, { "info": { "name": "Get the list of Speech & Text Analytics programs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs", "params": [ { "name": "nextPage", "value": "", "type": "query", "description": "The key for listing the next page" }, { "name": "pageSize", "value": "", "type": "query", "description": "The page size for the listing" }, { "name": "state", "value": "", "type": "query", "description": "Program state. Defaults to Latest" }, { "name": "name", "value": "", "type": "query", "description": "Case insensitive partial name to filter by" }, { "name": "ids", "value": "", "type": "query", "description": "Comma separated Program IDs to filter by. Cannot be used with pagination params. Maximum of 50 IDs allowed." }, { "name": "sortBy", "value": "", "type": "query", "description": "Sort results by. Defaults to name" }, { "name": "sortOrder", "value": "", "type": "query", "description": "Sort order. Defaults to asc" } ] }, "docs": "Get the list of Speech & Text Analytics programs" }, { "info": { "name": "Create new Speech & Text Analytics program", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs" }, "docs": "Create new Speech & Text Analytics program" }, { "info": { "name": "Get a Speech & Text Analytics test topics phrase job by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/topics/testphrase/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "the id of the test topic phrase job" } ] }, "docs": "Get a Speech & Text Analytics test topics phrase job by id" }, { "info": { "name": "Create new Speech & Text Analytics publish topics job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/topics/testphrase/jobs" }, "docs": "Create new Speech & Text Analytics publish topics job" }, { "info": { "name": "Get a Speech & Text Analytics publish topics job by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/topics/publishjobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The id of the publish topics job" } ] }, "docs": "Get a Speech & Text Analytics publish topics job by id" }, { "info": { "name": "Create new Speech & Text Analytics publish topics job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/topics/publishjobs" }, "docs": "Create new Speech & Text Analytics publish topics job" }, { "info": { "name": "Get a Speech & Text Analytics topic by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/topics/:topicId", "params": [ { "name": "topicId", "value": "", "type": "path", "description": "The id of the topic" } ] }, "docs": "Get a Speech & Text Analytics topic by id" }, { "info": { "name": "Update existing Speech & Text Analytics topic", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/topics/:topicId", "params": [ { "name": "topicId", "value": "", "type": "path", "description": "The id of the topic" } ] }, "docs": "Update existing Speech & Text Analytics topic" }, { "info": { "name": "Delete a Speech & Text Analytics topic by id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/topics/:topicId", "params": [ { "name": "topicId", "value": "", "type": "path", "description": "The id of the topic" } ] }, "docs": "Delete a Speech & Text Analytics topic by id" }, { "info": { "name": "Get list of supported Speech & Text Analytics topics dialects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/topics/dialects" }, "docs": "Get list of supported Speech & Text Analytics topics dialects" }, { "info": { "name": "Get the list of Speech & Text Analytics topics", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/topics", "params": [ { "name": "nextPage", "value": "", "type": "query", "description": "The key for listing the next page" }, { "name": "pageSize", "value": "", "type": "query", "description": "The page size for the listing. The max that will be returned is 500." }, { "name": "pageNumber", "value": "", "type": "query", "description": "The page number for the listing" }, { "name": "state", "value": "", "type": "query", "description": "Topic state. Defaults to latest" }, { "name": "name", "value": "", "type": "query", "description": "Case insensitive partial name to filter by" }, { "name": "ids", "value": "", "type": "query", "description": "Comma separated Topic IDs to filter by. Cannot be used with other filters. Maximum of 50 IDs allowed." }, { "name": "dialects", "value": "", "type": "query", "description": "Comma separated dialect strings to filter by. Maximum of 15 dialects allowed." }, { "name": "sortBy", "value": "", "type": "query", "description": "Sort results by. Defaults to name" }, { "name": "sortOrder", "value": "", "type": "query", "description": "Sort order. Defaults to asc" } ] }, "docs": "Get the list of Speech & Text Analytics topics" }, { "info": { "name": "Create new Speech & Text Analytics topic", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/topics" }, "docs": "Create new Speech & Text Analytics topic" }, { "info": { "name": "Get the list of general topics from the org and the system with their current status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/topics/general/status", "params": [ { "name": "dialect", "value": "", "type": "query", "description": "The dialect of the general topics, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard" } ] }, "docs": "Get the list of general topics from the org and the system with their current status" }, { "info": { "name": "Get the list of Speech & Text Analytics unpublished programs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/programs/unpublished", "params": [ { "name": "nextPage", "value": "", "type": "query", "description": "The key for listing the next page" }, { "name": "pageSize", "value": "", "type": "query", "description": "The page size for the listing" } ] }, "docs": "Get the list of Speech & Text Analytics unpublished programs" }, { "info": { "name": "Search resources.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/transcripts/search" }, "docs": "Search resources." }, { "info": { "name": "Get the pre-signed S3 URL for the transcript of a specific communication of a conversation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/conversations/:conversationId/communications/:communicationId/transcripturl", "params": [ { "name": "conversationId", "value": "", "type": "path", "description": "Conversation ID" }, { "name": "communicationId", "value": "", "type": "path", "description": "Communication ID" } ] }, "docs": "Get the pre-signed S3 URL for the transcript of a specific communication of a conversation" }, { "info": { "name": "Get the list of pre-signed S3 URL for the transcripts of a specific communication of a conversation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/conversations/:conversationId/communications/:communicationId/transcripturls", "params": [ { "name": "conversationId", "value": "", "type": "path", "description": "Conversation ID" }, { "name": "communicationId", "value": "", "type": "path", "description": "Communication ID" } ] }, "docs": "Get the list of pre-signed S3 URL for the transcripts of a specific communication of a conversation" }, { "info": { "name": "Get supported translation languages", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/translations/languages" }, "docs": "Get supported translation languages" }, { "info": { "name": "Translate a single interaction recording (or an email conversation)", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/speechandtextanalytics/translations/languages/:languageId/conversations/:conversationId", "params": [ { "name": "languageId", "value": "", "type": "path", "description": "Target translation language" }, { "name": "conversationId", "value": "", "type": "path", "description": "Conversation id" }, { "name": "communicationId", "value": "", "type": "query", "description": "Communication id associated with the conversation. Please provide a valid communicationId when requesting non-email interactions." }, { "name": "recordingId", "value": "", "type": "query", "description": "Recording id associated with the communication. Please provide a valid recordingId when requesting voice interactions." } ] }, "docs": "Translate a single interaction recording (or an email conversation)" } ] } ], "bundled": true }