Google Cloud Dialogflow v2 API - Class BatchUpdateEntityTypesResponse (4.18.0)

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

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

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
RepeatedFieldEntityType