Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1ImportEntityTypesRequest

The request message for EntityTypes.ImportEntityTypes.

Inheritance
object
GoogleCloudDialogflowCxV3beta1ImportEntityTypesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ImportEntityTypesRequest : 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 GoogleCloudDialogflowCxV3beta1InlineSource EntityTypesContent { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1InlineSource

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX