Class GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
Inheritance
GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Requests
Declaration
[JsonProperty("requests")]
public virtual IList<GoogleCloudDialogflowV2beta1CreateMessageRequest> Requests { get; set; }
Property Value
Implements