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].
Implements
IMessage<BatchUpdateIntentsResponse>, IEquatable<BatchUpdateIntentsResponse>, IDeepCloneable<BatchUpdateIntentsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
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 |
RepeatedField<Intent> |