View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest (google_api_contact_center_insights v0.8.0)
Request to upload a conversation.
Attributes
-
conversation
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1Conversation.t
, default:nil
) - Required. The conversation resource to create. -
conversationId
(type:String.t
, default:nil
) - 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 area-z-
-
parent
(type:String.t
, default:nil
) - Required. The parent resource of the conversation. -
redactionConfig
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1RedactionConfig.t
, default:nil
) - Optional. DLP settings for transcript redaction. Will default to the config specified in Settings. -
speechConfig
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1SpeechConfig.t
, default:nil
) - Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest{ conversation: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1Conversation.t() | nil, conversationId: String.t() | nil, parent: String.t() | nil, redactionConfig: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1RedactionConfig.t() | nil, speechConfig: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1SpeechConfig.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.