Exports the selected entity types.
HTTP request
POST https://{endpoint}/v3beta1/{parent=projects/*/locations/*/agents/*}/entityTypes:export
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the parent agent to export entity types. Format: Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "entityTypes": [ string ], "dataFormat": enum ( |
Fields | |
---|---|
entityTypes[] |
Required. The name of the entity types to export. Format: |
dataFormat |
Optional. The data format of the exported entity types. If not specified, |
languageCode |
Optional. The language to retrieve the entity type for. The following fields are language dependent:
If not specified, all language dependent fields will be retrieved. Many languages are supported. Note: languages must be enabled in the agent before they can be used. |
Union field destination . The destination to export. destination can be only one of the following: |
|
entityTypesUri |
Optional. The Google Cloud Storage URI to export the entity types to. The format of this URI must be Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control. |
entityTypesContentInline |
Optional. The option to return the serialized entity types inline. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/dialogflow
For more information, see the Authentication Overview.
DataFormat
Data format of the exported entity types.
Enums | |
---|---|
DATA_FORMAT_UNSPECIFIED |
Unspecified format. Treated as BLOB . |
BLOB |
EntityTypes will be exported as raw bytes. |
JSON_PACKAGE |
EntityTypes will be exported in JSON Package format. |