GetAnalysisResult

data class GetAnalysisResult(val analysisResult: GoogleCloudContactcenterinsightsV1AnalysisResultResponse, val annotatorSelector: GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse, val createTime: String, val name: String, val requestTime: String)

Constructors

Types

Link copied to clipboard
object Companion

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

Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}

Link copied to clipboard

The time at which the analysis was requested.