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].
Implements
IMessageImportEntityTypesResponse, IEquatableImportEntityTypesResponse, IDeepCloneableImportEntityTypesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ImportEntityTypesResponse()
public ImportEntityTypesResponse()
ImportEntityTypesResponse(ImportEntityTypesResponse)
public ImportEntityTypesResponse(ImportEntityTypesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ImportEntityTypesResponse |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldstring |
EntityTypesAsEntityTypeNames
public ResourceNameList<EntityTypeName> EntityTypesAsEntityTypeNames { get; }
EntityTypeName-typed view over the EntityTypes resource name property.
Property Value | |
---|---|
Type | Description |
ResourceNameListEntityTypeName |