Class BatchUpdateEntityTypesResponse
The response message for [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes].
Implements
Namespace: Google.Cloud.Dialogflow.V2
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class BatchUpdateEntityTypesResponse : IMessage<BatchUpdateEntityTypesResponse>, IEquatable<BatchUpdateEntityTypesResponse>, IDeepCloneable<BatchUpdateEntityTypesResponse>, IBufferMessage, IMessage
Constructors
BatchUpdateEntityTypesResponse()
Declaration
public BatchUpdateEntityTypesResponse()
BatchUpdateEntityTypesResponse(BatchUpdateEntityTypesResponse)
Declaration
public BatchUpdateEntityTypesResponse(BatchUpdateEntityTypesResponse other)
Parameters
Type | Name | Description |
---|---|---|
BatchUpdateEntityTypesResponse | other |
Properties
EntityTypes
The collection of updated or created entity types.
Declaration
public RepeatedField<EntityType> EntityTypes { get; }
Property Value
Type | Description |
---|---|
RepeatedField<EntityType> |