Generated from protobuf messagegoogle.cloud.dialogflow.cx.v3.ExportEntityTypesRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of the parent agent to export entity types. Format:projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
↳ entity_types
array
Required. The name of the entity types to export. Format:projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entityTypes/<EntityTypeID>.
↳ entity_types_uri
string
Optional. TheGoogle Cloud StorageURI to export the entity types to. The format of this URI must begs://<bucket-name>/<object-name>. 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, seeDialogflow access control.
↳ entity_types_content_inline
bool
Optional. The option to return the serialized entity types inline.
↳ data_format
int
Optional. The data format of the exported entity types. If not specified,BLOBis assumed.
↳ language_code
string
Optional. The language to retrieve the entity type for. The following fields are language dependent: * *EntityType.entities.value* *EntityType.entities.synonyms* *EntityType.excluded_phrases.valueIf not specified, all language dependent fields will be retrieved.Many languagesare supported. Note: languages must be enabled in the agent before they can be used.
getParent
Required. The name of the parent agent to export entity types.
Optional. TheGoogle Cloud
StorageURI to export the entity
types to. The format of this URI must begs://<bucket-name>/<object-name>.
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, seeDialogflow access
control.
Returns
Type
Description
string
hasEntityTypesUri
setEntityTypesUri
Optional. TheGoogle Cloud
StorageURI to export the entity
types to. The format of this URI must begs://<bucket-name>/<object-name>.
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, seeDialogflow access
control.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getEntityTypesContentInline
Optional. The option to return the serialized entity types inline.
Returns
Type
Description
bool
hasEntityTypesContentInline
setEntityTypesContentInline
Optional. The option to return the serialized entity types inline.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getDataFormat
Optional. The data format of the exported entity types. If not specified,BLOBis assumed.
Returns
Type
Description
int
setDataFormat
Optional. The data format of the exported entity types. If not specified,BLOBis assumed.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getLanguageCode
Optional. The language to retrieve the entity type for. The following
fields are language dependent:
EntityType.entities.value
EntityType.entities.synonyms
EntityType.excluded_phrases.valueIf not specified, all language dependent fields will be retrieved.
Many
languagesare supported.
Note: languages must be enabled in the agent before they can be used.
Returns
Type
Description
string
setLanguageCode
Optional. The language to retrieve the entity type for. The following
fields are language dependent:
EntityType.entities.value
EntityType.entities.synonyms
EntityType.excluded_phrases.valueIf not specified, all language dependent fields will be retrieved.
Many
languagesare supported.
Note: languages must be enabled in the agent before they can be used.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Dialogflow Cx V3 Client - Class ExportEntityTypesRequest (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.ExportEntityTypesRequest)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.ExportEntityTypesRequest)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.ExportEntityTypesRequest)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.ExportEntityTypesRequest)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.ExportEntityTypesRequest)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.ExportEntityTypesRequest)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.ExportEntityTypesRequest)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.ExportEntityTypesRequest)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.ExportEntityTypesRequest) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportEntityTypesRequest.\n\nThe request message for\n[EntityTypes.ExportEntityTypes](/php/docs/reference/cloud-dialogflow-cx/latest/V3.Client.EntityTypesClient#_Google_Cloud_Dialogflow_Cx_V3_Client_EntityTypesClient__exportEntityTypes__).\n\nGenerated from protobuf message `google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ Cx \\\\ V3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The name of the parent agent to export entity types.\n\nFormat: `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e`.\n\n### setParent\n\nRequired. The name of the parent agent to export entity types.\n\nFormat: `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e`.\n\n### getEntityTypes\n\nRequired. The name of the entity types to export.\n\nFormat:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/entityTypes/\u003cEntityTypeID\u003e`.\n\n### setEntityTypes\n\nRequired. The name of the entity types to export.\n\nFormat:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/entityTypes/\u003cEntityTypeID\u003e`.\n\n### getEntityTypesUri\n\nOptional. The [Google Cloud\nStorage](https://cloud.google.com/storage/docs/) URI to export the entity\ntypes to. The format of this URI must be\n`gs://\u003cbucket-name\u003e/\u003cobject-name\u003e`.\n\nDialogflow performs a write operation for the Cloud Storage object\non the caller's behalf, so your request authentication must\nhave write permissions for the object. For more information, see\n[Dialogflow access\ncontrol](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).\n\n### hasEntityTypesUri\n\n### setEntityTypesUri\n\nOptional. The [Google Cloud\nStorage](https://cloud.google.com/storage/docs/) URI to export the entity\ntypes to. The format of this URI must be\n`gs://\u003cbucket-name\u003e/\u003cobject-name\u003e`.\n\nDialogflow performs a write operation for the Cloud Storage object\non the caller's behalf, so your request authentication must\nhave write permissions for the object. For more information, see\n[Dialogflow access\ncontrol](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).\n\n### getEntityTypesContentInline\n\nOptional. The option to return the serialized entity types inline.\n\n### hasEntityTypesContentInline\n\n### setEntityTypesContentInline\n\nOptional. The option to return the serialized entity types inline.\n\n### getDataFormat\n\nOptional. The data format of the exported entity types. If not specified,\n`BLOB` is assumed.\n\n### setDataFormat\n\nOptional. The data format of the exported entity types. If not specified,\n`BLOB` is assumed.\n\n### getLanguageCode\n\nOptional. The language to retrieve the entity type for. The following\nfields are language dependent:\n\n- `EntityType.entities.value`\n- `EntityType.entities.synonyms`\n- `EntityType.excluded_phrases.value` If not specified, all language dependent fields will be retrieved.\n\n[Many\nlanguages](https://cloud.google.com/dialogflow/docs/reference/language)\nare supported.\nNote: languages must be enabled in the agent before they can be used.\n\n### setLanguageCode\n\nOptional. The language to retrieve the entity type for. The following\nfields are language dependent:\n\n- `EntityType.entities.value`\n- `EntityType.entities.synonyms`\n- `EntityType.excluded_phrases.value` If not specified, all language dependent fields will be retrieved.\n\n[Many\nlanguages](https://cloud.google.com/dialogflow/docs/reference/language)\nare supported.\nNote: languages must be enabled in the agent before they can be used.\n\n### getDestination"]]