Class Analysis (1.8.0)

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

The analysis resource.

Attributes

NameDescription
name str
Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
request_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the analysis was requested.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
analysis_result google.cloud.contact_center_insights_v1.types.AnalysisResult
Output only. The result of the analysis, which is populated when the analysis finishes.
annotator_selector google.cloud.contact_center_insights_v1.types.AnnotatorSelector
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.