Dialogflow v3 API - Class ImportIntentsResponse (2.17.0)

public sealed class ImportIntentsResponse : IMessage<ImportIntentsResponse>, IEquatable<ImportIntentsResponse>, IDeepCloneable<ImportIntentsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class ImportIntentsResponse.

The response message for [Intents.ImportIntents][google.cloud.dialogflow.cx.v3.Intents.ImportIntents].

Inheritance

object > ImportIntentsResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ImportIntentsResponse()

public ImportIntentsResponse()

ImportIntentsResponse(ImportIntentsResponse)

public ImportIntentsResponse(ImportIntentsResponse other)
Parameter
NameDescription
otherImportIntentsResponse

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
TypeDescription
ImportIntentsResponseTypesConflictingResources

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
TypeDescription
RepeatedFieldstring

IntentsAsIntentNames

public ResourceNameList<IntentName> IntentsAsIntentNames { get; }

IntentName-typed view over the Intents resource name property.

Property Value
TypeDescription
ResourceNameListIntentName