com.pulumi.googlenative.contactcenterinsights.v1.kotlin.outputs.GoogleCloudContactcenterinsightsV1GcsSourceResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.contactcenterinsights.v1.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* A Cloud Storage source of conversation data.
* @property audioUri Cloud Storage URI that points to a file that contains the conversation audio.
* @property transcriptUri Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.
*/
public data class GoogleCloudContactcenterinsightsV1GcsSourceResponse(
public val audioUri: String,
public val transcriptUri: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.contactcenterinsights.v1.outputs.GoogleCloudContactcenterinsightsV1GcsSourceResponse): GoogleCloudContactcenterinsightsV1GcsSourceResponse =
GoogleCloudContactcenterinsightsV1GcsSourceResponse(
audioUri = javaType.audioUri(),
transcriptUri = javaType.transcriptUri(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy