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