GoogleCloudContactcenterinsightsV1GcsSourceArgs

data class GoogleCloudContactcenterinsightsV1GcsSourceArgs(val audioUri: Output<String>? = null, val transcriptUri: Output<String>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1GcsSourceArgs>

A Cloud Storage source of conversation data.

Constructors

fun GoogleCloudContactcenterinsightsV1GcsSourceArgs(audioUri: Output<String>? = null, transcriptUri: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudContactcenterinsightsV1GcsSourceArgs

Properties

Link copied to clipboard
val audioUri: Output<String>? = null

Cloud Storage URI that points to a file that contains the conversation audio.

Link copied to clipboard
val transcriptUri: Output<String>? = null

Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.