Class GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse
The request message for Conversations.BatchCreateMessagesResponse.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Messages
Messages created.
Declaration
[JsonProperty("messages")]
public virtual IList<GoogleCloudDialogflowV2beta1Message> Messages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1Message> |