Conversation Args
data class ConversationArgs(val agentId: Output<String>? = null, val callMetadata: Output<GoogleCloudContactcenterinsightsV1ConversationCallMetadataArgs>? = null, val conversationId: Output<String>? = null, val dataSource: Output<GoogleCloudContactcenterinsightsV1ConversationDataSourceArgs>? = null, val expireTime: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val languageCode: Output<String>? = null, val location: Output<String>? = null, val medium: Output<ConversationMedium>? = null, val name: Output<String>? = null, val obfuscatedUserId: Output<String>? = null, val project: Output<String>? = null, val startTime: Output<String>? = null, val ttl: Output<String>? = null) : ConvertibleToJava<ConversationArgs>
Creates a conversation.
Constructors
Link copied to clipboard
constructor(agentId: Output<String>? = null, callMetadata: Output<GoogleCloudContactcenterinsightsV1ConversationCallMetadataArgs>? = null, conversationId: Output<String>? = null, dataSource: Output<GoogleCloudContactcenterinsightsV1ConversationDataSourceArgs>? = null, expireTime: Output<String>? = null, labels: Output<Map<String, String>>? = null, languageCode: Output<String>? = null, location: Output<String>? = null, medium: Output<ConversationMedium>? = null, name: Output<String>? = null, obfuscatedUserId: Output<String>? = null, project: Output<String>? = null, startTime: Output<String>? = null, ttl: Output<String>? = null)
Properties
Link copied to clipboard
Call-specific metadata.
Link copied to clipboard
A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression ^[a-z0-9-]{4,64}$
. Valid characters are a-z-
Link copied to clipboard
The source of the audio and transcription for the conversation.
Link copied to clipboard
The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted.
Link copied to clipboard
A user-specified language code for the conversation.
Link copied to clipboard
Immutable. The conversation medium, if unspecified will default to PHONE_CALL.
Link copied to clipboard
Obfuscated user ID which the customer sent to us.