Dialogflow v3 API - Class ImportIntentsResponse (2.19.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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.