UploadConversationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request to upload a conversation.
Attributes | |
---|---|
Name | Description |
parent |
str
Required. The parent resource of the conversation. |
conversation |
google.cloud.contact_center_insights_v1.types.Conversation
Required. The conversation resource to create. |
conversation_id |
str
Optional. 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][0-9] -``
|
redaction_config |
google.cloud.contact_center_insights_v1.types.RedactionConfig
Optional. DLP settings for transcript redaction. Will default to the config specified in Settings. |
speech_config |
google.cloud.contact_center_insights_v1.types.SpeechConfig
Optional. Speech-to-Text configuration. Will default to the config specified in Settings. |