Google Cloud Dialogflow v2 API - Class BatchUpdateEntityTypesRequest (4.18.0)

public sealed class BatchUpdateEntityTypesRequest : IMessage<BatchUpdateEntityTypesRequest>, IEquatable<BatchUpdateEntityTypesRequest>, IDeepCloneable<BatchUpdateEntityTypesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class BatchUpdateEntityTypesRequest.

The request message for [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes].

Inheritance

object > BatchUpdateEntityTypesRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

BatchUpdateEntityTypesRequest()

public BatchUpdateEntityTypesRequest()

BatchUpdateEntityTypesRequest(BatchUpdateEntityTypesRequest)

public BatchUpdateEntityTypesRequest(BatchUpdateEntityTypesRequest other)
Parameter
NameDescription
otherBatchUpdateEntityTypesRequest

Properties

EntityTypeBatchCase

public BatchUpdateEntityTypesRequest.EntityTypeBatchOneofCase EntityTypeBatchCase { get; }
Property Value
TypeDescription
BatchUpdateEntityTypesRequestEntityTypeBatchOneofCase

EntityTypeBatchInline

public EntityTypeBatch EntityTypeBatchInline { get; set; }

The collection of entity types to update or create.

Property Value
TypeDescription
EntityTypeBatch

EntityTypeBatchUri

public string EntityTypeBatchUri { get; set; }

The URI to a Google Cloud Storage file containing entity types to update or create. The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://".

Property Value
TypeDescription
string

HasEntityTypeBatchUri

public bool HasEntityTypeBatchUri { get; }

Gets whether the "entity_type_batch_uri" field is set

Property Value
TypeDescription
bool

LanguageCode

public string LanguageCode { get; set; }

Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The name of the agent to update or create entity types in. Format: projects/<Project ID>/agent.

Property Value
TypeDescription
string

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
TypeDescription
AgentName

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The mask to control which fields get updated.

Property Value
TypeDescription
FieldMask