Class BatchUpdateIntentsResponse (3.5.0)

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

The response message for [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents].

Inheritance

Object > BatchUpdateIntentsResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

BatchUpdateIntentsResponse()

public BatchUpdateIntentsResponse()

BatchUpdateIntentsResponse(BatchUpdateIntentsResponse)

public BatchUpdateIntentsResponse(BatchUpdateIntentsResponse other)
Parameter
NameDescription
otherBatchUpdateIntentsResponse

Properties

Intents

public RepeatedField<Intent> Intents { get; }

The collection of updated or created intents.

Property Value
TypeDescription
RepeatedField<Intent>