Class GoogleCloudDialogflowCxV3ImportEntityTypesRequest
The request message for EntityTypes.ImportEntityTypes.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ImportEntityTypesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityTypesContent
Uncompressed byte content of entity types.
Declaration
[JsonProperty("entityTypesContent")]
public virtual GoogleCloudDialogflowCxV3InlineSource EntityTypesContent { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3InlineSource |
EntityTypesUri
The Google Cloud Storage URI to import entity types from. The
format of this URI must be gs:///
. Dialogflow performs a read operation for the Cloud Storage object on
the caller's behalf, so your request authentication must have read permissions for the object. For more
information, see Dialogflow access
control.
Declaration
[JsonProperty("entityTypesUri")]
public virtual string EntityTypesUri { get; set; }
Property Value
Type | Description |
---|---|
string |
MergeOption
Required. Merge option for importing entity types.
Declaration
[JsonProperty("mergeOption")]
public virtual string MergeOption { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetEntityType
Optional. The target entity type to import into. Format: projects//locations//agents//entity_types/
. If
set, there should be only one entity type included in entity_types, of which the type should match the type
of the target entity type. All entities in the imported entity type will be added to the target entity type.
Declaration
[JsonProperty("targetEntityType")]
public virtual string TargetEntityType { get; set; }
Property Value
Type | Description |
---|---|
string |