All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.contactcenterinsights.v1.kotlin.outputs.GetAnalysisResult.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.contactcenterinsights.v1.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property analysisResult The result of the analysis, which is populated when the analysis finishes.
 * @property annotatorSelector To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
 * @property createTime The time at which the analysis was created, which occurs when the long-running operation completes.
 * @property name Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
 * @property requestTime The time at which the analysis was requested.
 */
public data class GetAnalysisResult(
    public val analysisResult: GoogleCloudContactcenterinsightsV1AnalysisResultResponse,
    public val annotatorSelector: GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse,
    public val createTime: String,
    public val name: String,
    public val requestTime: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.contactcenterinsights.v1.outputs.GetAnalysisResult): GetAnalysisResult = GetAnalysisResult(
            analysisResult = javaType.analysisResult().let({ args0 ->
                com.pulumi.googlenative.contactcenterinsights.v1.kotlin.outputs.GoogleCloudContactcenterinsightsV1AnalysisResultResponse.Companion.toKotlin(args0)
            }),
            annotatorSelector = javaType.annotatorSelector().let({ args0 ->
                com.pulumi.googlenative.contactcenterinsights.v1.kotlin.outputs.GoogleCloudContactcenterinsightsV1AnnotatorSelectorResponse.Companion.toKotlin(args0)
            }),
            createTime = javaType.createTime(),
            name = javaType.name(),
            requestTime = javaType.requestTime(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy