POST/desk/api/v2/tickets/{ticketId}/suggestedresponse/translate.json
Translate the ticket's AI draft into the language the customer is writing in.
Path Params
- Name
ticketId- Type
- integer
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
- Code
- 404
- Type
- object
- Schema
- Description
- 404 Not Found
Error represents an occurrence of an error in the API.
- Code
- 422
- Type
- object
- Schema
- Description
- 422 Unprocessable Entity
Error represents an occurrence of an error in the API.
200 OK
SuggestedResponseTranslationAPIBody
{
"content": "string",
"language": "string"
}