Dialogflow v3 API - Class ImportIntentsResponse (2.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ImportIntentsResponse : IMessage<ImportIntentsResponse>, IEquatable<ImportIntentsResponse>, IDeepCloneable<ImportIntentsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class ImportIntentsResponse.
The response message for [Intents.ImportIntents][google.cloud.dialogflow.cx.v3.Intents.ImportIntents].
Implements
IMessage ImportIntentsResponse, IEquatable ImportIntentsResponse, IDeepCloneable ImportIntentsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ImportIntentsResponse()
public ImportIntentsResponse()ImportIntentsResponse(ImportIntentsResponse)
public ImportIntentsResponse(ImportIntentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportIntentsResponse |
Properties
ConflictingResources
public ImportIntentsResponse.Types.ConflictingResources ConflictingResources { get; set; }Info which resources have conflicts when [REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is set in ImportIntentsRequest.
| Property Value | |
|---|---|
| Type | Description |
ImportIntentsResponse Types ConflictingResources |
|
Intents
public RepeatedField<string> Intents { get; }The unique identifier of the imported intents.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField string |
|
IntentsAsIntentNames
public ResourceNameList<IntentName> IntentsAsIntentNames { get; }IntentName-typed view over the Intents resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameList IntentName |
|