Class ImportEvaluationsRequest (0.3.0)

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

Request message for EvaluationService.ImportEvaluations.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
conversation_list google.cloud.ces_v1beta.types.ImportEvaluationsRequest.ConversationList
The conversations to import the evaluations from. This field is a member of oneof_ source.
gcs_uri str
The `Google Cloud Storage
csv_content bytes
Raw bytes representing the csv file with the evaluations structure. This field is a member of oneof_ source.
parent str
Required. The app to import the evaluations into. Format: projects/{project}/locations/{location}/apps/{app}
import_options google.cloud.ces_v1beta.types.ImportEvaluationsRequest.ImportOptions
Optional. Options governing the import process for the evaluations.

Classes

ConversationList

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

A list of conversation resource names.

ImportOptions

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

Configuration options for the evaluation import process. These options control how the import behaves, particularly when conflicts arise with existing evaluations data.