Class ImportEntityTypesResponse (1.33.0)

ImportEntityTypesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response message for EntityTypes.ImportEntityTypes.

Attributes

NameDescription
entity_types MutableSequence[str]
The unique identifier of the imported entity types. Format: projects/.
conflicting_resources google.cloud.dialogflowcx_v3.types.ImportEntityTypesResponse.ConflictingResources
Info which resources have conflicts when REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] merge_option is set in ImportEntityTypesRequest.

Classes

ConflictingResources

ConflictingResources(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Conflicting resources detected during the import process. Only filled when REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] is set in the request and there are conflicts in the display names.