public sealed class BatchUpdateIntentsResponse : IMessage<BatchUpdateIntentsResponse>, IEquatable<BatchUpdateIntentsResponse>, IDeepCloneable<BatchUpdateIntentsResponse>, IBufferMessage, IMessageReference 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].
Implements
IMessageBatchUpdateIntentsResponse, IEquatableBatchUpdateIntentsResponse, IDeepCloneableBatchUpdateIntentsResponse, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DialogflowV2Assembly
Google.Cloud.Dialogflow.V2.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 | |