public sealed class BatchCreateMessagesResponse : IMessage<BatchCreateMessagesResponse>, IEquatable<BatchCreateMessagesResponse>, IDeepCloneable<BatchCreateMessagesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchCreateMessagesResponse.
The request message for [Conversations.BatchCreateMessagesResponse][].
Implements
IMessageBatchCreateMessagesResponse, IEquatableBatchCreateMessagesResponse, IDeepCloneableBatchCreateMessagesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
BatchCreateMessagesResponse()
public BatchCreateMessagesResponse()
BatchCreateMessagesResponse(BatchCreateMessagesResponse)
public BatchCreateMessagesResponse(BatchCreateMessagesResponse other)
Parameter | |
---|---|
Name | Description |
other |
BatchCreateMessagesResponse |
Properties
Messages
public RepeatedField<Message> Messages { get; }
Messages created.
Property Value | |
---|---|
Type | Description |
RepeatedFieldMessage |