Class BatchUpdateEntityTypesRequest
The request message for
[EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes].
Inheritance
BatchUpdateEntityTypesRequest
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class BatchUpdateEntityTypesRequest : IMessage<BatchUpdateEntityTypesRequest>, IEquatable<BatchUpdateEntityTypesRequest>, IDeepCloneable<BatchUpdateEntityTypesRequest>, IBufferMessage, IMessage
Constructors
BatchUpdateEntityTypesRequest()
Declaration
public BatchUpdateEntityTypesRequest()
BatchUpdateEntityTypesRequest(BatchUpdateEntityTypesRequest)
Declaration
public BatchUpdateEntityTypesRequest(BatchUpdateEntityTypesRequest other)
Parameters
Properties
EntityTypeBatchCase
Declaration
public BatchUpdateEntityTypesRequest.EntityTypeBatchOneofCase EntityTypeBatchCase { get; }
Property Value
EntityTypeBatchInline
The collection of entity types to update or create.
Declaration
public EntityTypeBatch EntityTypeBatchInline { get; set; }
Property Value
EntityTypeBatchUri
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://".
Declaration
public string EntityTypeBatchUri { get; set; }
Property Value
HasEntityTypeBatchUri
Gets whether the "entity_type_batch_uri" field is set
Declaration
public bool HasEntityTypeBatchUri { get; }
Property Value
LanguageCode
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.
Declaration
public string LanguageCode { get; set; }
Property Value
Parent
Required. The name of the agent to update or create entity types in.
Format: projects/<Project ID>/agent
.
Declaration
public string Parent { get; set; }
Property Value
ParentAsAgentName
Declaration
public AgentName ParentAsAgentName { get; set; }
Property Value
UpdateMask
Optional. The mask to control which fields get updated.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value