Google Cloud Dialogflow v2beta1 API - Class BatchCreateMessagesResponse (1.0.0-beta17)

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][].

Inheritance

object > BatchCreateMessagesResponse

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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