public sealed class IntentBatch : IMessage<IntentBatch>, IEquatable<IntentBatch>, IDeepCloneable<IntentBatch>, IBufferMessage, IMessageThis message is a wrapper around a collection of intents.
Implements
IMessage<IntentBatch>, IEquatable<IntentBatch>, IDeepCloneable<IntentBatch>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
IntentBatch()
public IntentBatch()IntentBatch(IntentBatch)
public IntentBatch(IntentBatch other)| Parameter | |
|---|---|
| Name | Description | 
| other | IntentBatch | 
Properties
Intents
public RepeatedField<Intent> Intents { get; }A collection of intents.
| Property Value | |
|---|---|
| Type | Description | 
| RepeatedField<Intent> | |