public sealed class IntentBatch : IMessage<IntentBatch>, IEquatable<IntentBatch>, IDeepCloneable<IntentBatch>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class IntentBatch.
This message is a wrapper around a collection of intents.
Implements
IMessageIntentBatch, IEquatableIntentBatch, IDeepCloneableIntentBatch, 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 |
RepeatedFieldIntent |