Dialogflow v3 API - Class ImportEntityTypesResponse (2.17.0)

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

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

The response message for [EntityTypes.ImportEntityTypes][google.cloud.dialogflow.cx.v3.EntityTypes.ImportEntityTypes].

Inheritance

object > ImportEntityTypesResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ImportEntityTypesResponse()

public ImportEntityTypesResponse()

ImportEntityTypesResponse(ImportEntityTypesResponse)

public ImportEntityTypesResponse(ImportEntityTypesResponse other)
Parameter
NameDescription
otherImportEntityTypesResponse

Properties

ConflictingResources

public ImportEntityTypesResponse.Types.ConflictingResources ConflictingResources { get; set; }

Info which resources have conflicts when [REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] merge_option is set in ImportEntityTypesRequest.

Property Value
TypeDescription
ImportEntityTypesResponseTypesConflictingResources

EntityTypes

public RepeatedField<string> EntityTypes { get; }

The unique identifier of the imported entity types. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entity_types/<EntityType ID>.

Property Value
TypeDescription
RepeatedFieldstring

EntityTypesAsEntityTypeNames

public ResourceNameList<EntityTypeName> EntityTypesAsEntityTypeNames { get; }

EntityTypeName-typed view over the EntityTypes resource name property.

Property Value
TypeDescription
ResourceNameListEntityTypeName