Class BatchUpdateEntityTypesResponse (3.7.0)

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

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

Inheritance

Object > BatchUpdateEntityTypesResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

BatchUpdateEntityTypesResponse()

public BatchUpdateEntityTypesResponse()

BatchUpdateEntityTypesResponse(BatchUpdateEntityTypesResponse)

public BatchUpdateEntityTypesResponse(BatchUpdateEntityTypesResponse other)
Parameter
NameDescription
otherBatchUpdateEntityTypesResponse

Properties

EntityTypes

public RepeatedField<EntityType> EntityTypes { get; }

The collection of updated or created entity types.

Property Value
TypeDescription
RepeatedField<EntityType>