GoogleCloudContactcenterinsightsV1ConversationCallMetadataArgs

data class GoogleCloudContactcenterinsightsV1ConversationCallMetadataArgs(val agentChannel: Output<Int>? = null, val customerChannel: Output<Int>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1ConversationCallMetadataArgs>

Call-specific metadata.

Constructors

fun GoogleCloudContactcenterinsightsV1ConversationCallMetadataArgs(agentChannel: Output<Int>? = null, customerChannel: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val agentChannel: Output<Int>? = null

The audio channel that contains the agent.

Link copied to clipboard
val customerChannel: Output<Int>? = null

The audio channel that contains the customer.