Class EntityTypeBatch (3.3.0)

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

This message is a wrapper around a collection of entity types.

Inheritance

Object > EntityTypeBatch

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

EntityTypeBatch()

public EntityTypeBatch()

EntityTypeBatch(EntityTypeBatch)

public EntityTypeBatch(EntityTypeBatch other)
Parameter
NameDescription
otherEntityTypeBatch

Properties

EntityTypes

public RepeatedField<EntityType> EntityTypes { get; }

A collection of entity types.

Property Value
TypeDescription
RepeatedField<EntityType>