The request body contains data with the following structure:
JSON representation
{// Union field Destination can be only one of the following:"gcsDestination": {object (GcsDestination)}// End of list of possible types for union field Destination.}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[[["\u003cp\u003eThis page details the process of exporting an issue model to a specified destination using a \u003ccode\u003ePOST\u003c/code\u003e request to the provided endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003ename\u003c/code\u003e parameter, indicating the issue model to be exported, as well as the provided endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe request body accepts a \u003ccode\u003egcsDestination\u003c/code\u003e field for exporting the issue model to a Google Cloud Storage URI.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003econtactcenterinsights.issueModels.export\u003c/code\u003e for authorization.\u003c/p\u003e\n"],["\u003cp\u003eThe process is successful if a response body instance of \u003ccode\u003eOperation\u003c/code\u003e is given.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.issueModels.export\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [GcsDestination](#GcsDestination)\n - [JSON representation](#GcsDestination.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nExports an issue model to the provided destination.\n\n### HTTP request\n\n`POST https://{endpoint}/v1/{name=projects/*/locations/*/issueModels/*}:export`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/contact-center/insights/docs/reference/rest#rest_endpoints).\n\nThe URLs use [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/contact-center/insights/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `contactcenterinsights.issueModels.export`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs).\n\nGcsDestination\n--------------\n\nGoogle Cloud Storage Object URI to save the issue model to."]]