Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportEntityTypesRequest.
The request message for EntityTypes.ExportEntityTypes .
Generated from protobuf message google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of the parent agent to export entity types. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
↳ entity_types
array
Required. The name of the entity types to export. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entityTypes/<EntityType ID>
.
↳ entity_types_uri
string
Optional. The Google Cloud Storage
URI to export the entity types 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
.
↳ 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, BLOB
is 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.value
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.
getParent
Required. The name of the parent agent to export entity types.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>
.
string
setParent
Required. The name of the parent agent to export entity types.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>
.
var
string
$this
getEntityTypes
Required. The name of the entity types to export.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/entityTypes/<EntityType ID>
.
setEntityTypes
Required. The name of the entity types to export.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/entityTypes/<EntityType ID>
.
var
string[]
$this
getEntityTypesUri
Optional. The Google Cloud
Storage
URI to export the entity
types 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 .
string
hasEntityTypesUri
setEntityTypesUri
Optional. The Google Cloud
Storage
URI to export the entity
types 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 .
var
string
$this
getEntityTypesContentInline
Optional. The option to return the serialized entity types inline.
bool
hasEntityTypesContentInline
setEntityTypesContentInline
Optional. The option to return the serialized entity types inline.
var
bool
$this
getDataFormat
Optional. The data format of the exported entity types. If not specified, BLOB
is assumed.
int
setDataFormat
Optional. The data format of the exported entity types. If not specified, BLOB
is assumed.
var
int
$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.value
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.
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.value
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.
var
string
$this
getDestination
string