Class Analysis (1.3.2)

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.