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