Google Cloud Contactcenterinsights V1Conversation Data Source Args
data class GoogleCloudContactcenterinsightsV1ConversationDataSourceArgs(val dialogflowSource: Output<GoogleCloudContactcenterinsightsV1DialogflowSourceArgs>? = null, val gcsSource: Output<GoogleCloudContactcenterinsightsV1GcsSourceArgs>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1ConversationDataSourceArgs>
The conversation source, which is a combination of transcript and audio.
Constructors
Link copied to clipboard
fun GoogleCloudContactcenterinsightsV1ConversationDataSourceArgs(dialogflowSource: Output<GoogleCloudContactcenterinsightsV1DialogflowSourceArgs>? = null, gcsSource: Output<GoogleCloudContactcenterinsightsV1GcsSourceArgs>? = null)