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