Get Analysis Result
data class GetAnalysisResult(val analysisResult: GoogleCloudContactcenterinsightsV1AnalysisResultResponse, val annotatorSelector: GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse, val createTime: String, val name: String, val requestTime: String)
Constructors
Link copied to clipboard
constructor(analysisResult: GoogleCloudContactcenterinsightsV1AnalysisResultResponse, annotatorSelector: GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse, createTime: String, name: String, requestTime: String)
Properties
Link copied to clipboard
The result of the analysis, which is populated when the analysis finishes.
Link copied to clipboard
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
Link copied to clipboard
The time at which the analysis was created, which occurs when the long-running operation completes.
Link copied to clipboard
The time at which the analysis was requested.