Class: Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest

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

The request to analyze conversations in bulk.

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_percentage::Float

Returns Required. Percentage of selected conversation to analyze, between [0, 100].

Returns:

  • (::Float)

    Required. Percentage of selected conversation to analyze, between [0, 100].



515
516
517
518
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 515

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

#annotator_selector::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector

Returns To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.

Returns:



515
516
517
518
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 515

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

#filter::String

Returns Required. Filter used to select the subset of conversations to analyze.

Returns:

  • (::String)

    Required. Filter used to select the subset of conversations to analyze.



515
516
517
518
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 515

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

#parent::String

Returns Required. The parent resource to create analyses in.

Returns:

  • (::String)

    Required. The parent resource to create analyses in.



515
516
517
518
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 515

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