Class GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources
Inheritance
GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources : 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
IntentDisplayNames
Declaration
[JsonProperty("intentDisplayNames")]
public virtual IList<string> IntentDisplayNames { get; set; }
Property Value
Implements