Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class Analysis.
The analysis resource.
Generated from protobuf message google.cloud.contactcenterinsights.v1.Analysis
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
↳ request_time
↳ create_time
Google\Protobuf\Timestamp
Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
↳ analysis_result
Google\Cloud\ContactCenterInsights\V1\AnalysisResult
Output only. The result of the analysis, which is populated when the analysis finishes.
↳ annotator_selector
Google\Cloud\ContactCenterInsights\V1\AnnotatorSelector
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
getName
Immutable. The resource name of the analysis.
Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
string
setName
Immutable. The resource name of the analysis.
Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
var
string
$this
getRequestTime
Output only. The time at which the analysis was requested.
hasRequestTime
clearRequestTime
setRequestTime
Output only. The time at which the analysis was requested.
$this
getCreateTime
Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
$this
getAnalysisResult
Output only. The result of the analysis, which is populated when the analysis finishes.
hasAnalysisResult
clearAnalysisResult
setAnalysisResult
Output only. The result of the analysis, which is populated when the analysis finishes.
$this
getAnnotatorSelector
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
hasAnnotatorSelector
clearAnnotatorSelector
setAnnotatorSelector
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
$this