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