Class ImportIntentsResponse (1.33.0)

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

The response message for Intents.ImportIntents.

Attributes

NameDescription
intents MutableSequence[str]
The unique identifier of the imported intents. Format: projects/.
conflicting_resources google.cloud.dialogflowcx_v3beta1.types.ImportIntentsResponse.ConflictingResources
Info which resources have conflicts when REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is set in ImportIntentsRequest.

Classes

ConflictingResources

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

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