Google Cloud Dialogflow v2beta1 API - Class IntentBatch (1.0.0-beta16)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class IntentBatch.

This message is a wrapper around a collection of intents.

Inheritance

object > IntentBatch

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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