Google Cloud Dialogflow v2beta1 API - Class BatchUpdateEntityTypesResponse (1.0.0-beta15)

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

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

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

Inheritance

object > BatchUpdateEntityTypesResponse

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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
RepeatedFieldEntityType