Google Cloud Dialogflow v2beta1 API - Class BatchUpdateIntentsResponse (1.0.0-beta15)

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

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

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

Inheritance

object > BatchUpdateIntentsResponse

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

BatchUpdateIntentsResponse()

public BatchUpdateIntentsResponse()

BatchUpdateIntentsResponse(BatchUpdateIntentsResponse)

public BatchUpdateIntentsResponse(BatchUpdateIntentsResponse other)
Parameter
Name Description
other BatchUpdateIntentsResponse

Properties

Intents

public RepeatedField<Intent> Intents { get; }

The collection of updated or created intents.

Property Value
Type Description
RepeatedFieldIntent