Class GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
The request message for Conversations.BatchCreateMessagesRequest.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Requests
Required. A maximum of 300 messages can be created in a batch. CreateMessageRequest.message.send_time is required. All created messages will have identical Message.create_time.
Declaration
[JsonProperty("requests")]
public virtual IList<GoogleCloudDialogflowV2beta1CreateMessageRequest> Requests { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1CreateMessageRequest> |