Class IntentBatch (3.4.0)

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

This message is a wrapper around a collection of intents.

Inheritance

Object > IntentBatch

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

IntentBatch()

public IntentBatch()

IntentBatch(IntentBatch)

public IntentBatch(IntentBatch other)
Parameter
NameDescription
otherIntentBatch

Properties

Intents

public RepeatedField<Intent> Intents { get; }

A collection of intents.

Property Value
TypeDescription
RepeatedField<Intent>