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