Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest (v0.10.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::BulkAnalyzeConversationsRequest.

The request to analyze conversations in bulk.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#analysis_percentage

def analysis_percentage() -> ::Float
Returns
  • (::Float) — Required. Percentage of selected conversation to analyze, between [0, 100].

#analysis_percentage=

def analysis_percentage=(value) -> ::Float
Parameter
  • value (::Float) — Required. Percentage of selected conversation to analyze, between [0, 100].
Returns
  • (::Float) — Required. Percentage of selected conversation to analyze, between [0, 100].

#annotator_selector

def annotator_selector() -> ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector
Returns

#annotator_selector=

def annotator_selector=(value) -> ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector
Parameter
Returns

#filter

def filter() -> ::String
Returns
  • (::String) — Required. Filter used to select the subset of conversations to analyze.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Required. Filter used to select the subset of conversations to analyze.
Returns
  • (::String) — Required. Filter used to select the subset of conversations to analyze.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource to create analyses in.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource to create analyses in.
Returns
  • (::String) — Required. The parent resource to create analyses in.