Class: Google::Cloud::ContactCenterInsights::V1::UploadConversationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

Request to upload a conversation.

Instance Attribute Summary collapse

Instance Attribute Details

#conversation::Google::Cloud::ContactCenterInsights::V1::Conversation

Returns Required. The conversation resource to create.

Returns:



200
201
202
203
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 200

class UploadConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#conversation_id::String

Returns 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]-.

Returns:

  • (::String)

    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]-



200
201
202
203
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 200

class UploadConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource of the conversation.

Returns:

  • (::String)

    Required. The parent resource of the conversation.



200
201
202
203
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 200

class UploadConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#redaction_config::Google::Cloud::ContactCenterInsights::V1::RedactionConfig

Returns Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.

Returns:



200
201
202
203
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 200

class UploadConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#speech_config::Google::Cloud::ContactCenterInsights::V1::SpeechConfig

Returns Optional. Speech-to-Text configuration. Will default to the config specified in Settings.

Returns:



200
201
202
203
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 200

class UploadConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end