Google Cloud Dialogflow v2 API - Class EntityTypeBatch (4.16.0)

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

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

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
RepeatedFieldEntityType