Google Cloud Dialogflow v2 API - Class IntentBatch (4.18.0)

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.

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
RepeatedFieldIntent