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