Class GoogleCloudDialogflowCxV3beta1ImportIntentsResponse
The response message for Intents.ImportIntents.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ImportIntentsResponse : IDirectResponseSchema
Properties
ConflictingResources
Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportIntentsRequest.
Declaration
[JsonProperty("conflictingResources")]
public virtual GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources ConflictingResources { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Intents
The unique identifier of the imported intents. Format: projects//locations//agents//intents/
.
Declaration
[JsonProperty("intents")]
public virtual IList<string> Intents { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |