Google Cloud Dialogflow v2 API - Class BatchUpdateIntentsResponse (4.18.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class BatchUpdateIntentsResponse.

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
RepeatedFieldIntent