Generated from protobuf message google.cloud.dialogflow.cx.v3.ExportIntentsRequest
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 intents. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
↳ intents
array
Required. The name of the intents to export. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>.
↳ intents_uri
string
Optional. The Google Cloud Storage URI to export the intents to. The format of this URI must be gs://<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, see Dialogflow access control.
↳ intents_content_inline
bool
Optional. The option to return the serialized intents inline.
↳ data_format
int
Optional. The data format of the exported intents. If not specified, BLOB is assumed.
getParent
Required. The name of the parent agent to export intents.
Optional. The Google Cloud
Storage URI to export the
intents to. The format of this URI must be
gs://<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, see
Dialogflow access
control.
Returns
Type
Description
string
hasIntentsUri
setIntentsUri
Optional. The Google Cloud
Storage URI to export the
intents to. The format of this URI must be
gs://<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, see
Dialogflow access
control.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getIntentsContentInline
Optional. The option to return the serialized intents inline.
Returns
Type
Description
bool
hasIntentsContentInline
setIntentsContentInline
Optional. The option to return the serialized intents inline.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getDataFormat
Optional. The data format of the exported intents. If not specified, BLOB
is assumed.
Returns
Type
Description
int
setDataFormat
Optional. The data format of the exported intents. If not specified, BLOB
is assumed.
[[["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 ExportIntentsRequest (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.ExportIntentsRequest)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.ExportIntentsRequest)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.ExportIntentsRequest)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.ExportIntentsRequest)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.ExportIntentsRequest)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.ExportIntentsRequest)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.ExportIntentsRequest)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.ExportIntentsRequest)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.ExportIntentsRequest) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportIntentsRequest.\n\nThe request message for\n[Intents.ExportIntents](/php/docs/reference/cloud-dialogflow-cx/latest/V3.Client.IntentsClient#_Google_Cloud_Dialogflow_Cx_V3_Client_IntentsClient__exportIntents__).\n\nGenerated from protobuf message `google.cloud.dialogflow.cx.v3.ExportIntentsRequest`\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 intents.\n\nFormat: `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e`.\n\n### setParent\n\nRequired. The name of the parent agent to export intents.\n\nFormat: `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e`.\n\n### getIntents\n\nRequired. The name of the intents to export.\n\nFormat:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/intents/\u003cIntentID\u003e`.\n\n### setIntents\n\nRequired. The name of the intents to export.\n\nFormat:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/intents/\u003cIntentID\u003e`.\n\n### getIntentsUri\n\nOptional. The [Google Cloud\nStorage](https://cloud.google.com/storage/docs/) URI to export the\nintents 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### hasIntentsUri\n\n### setIntentsUri\n\nOptional. The [Google Cloud\nStorage](https://cloud.google.com/storage/docs/) URI to export the\nintents 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### getIntentsContentInline\n\nOptional. The option to return the serialized intents inline.\n\n### hasIntentsContentInline\n\n### setIntentsContentInline\n\nOptional. The option to return the serialized intents inline.\n\n### getDataFormat\n\nOptional. The data format of the exported intents. If not specified, `BLOB`\nis assumed.\n\n### setDataFormat\n\nOptional. The data format of the exported intents. If not specified, `BLOB`\nis assumed.\n\n### getDestination"]]