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
- (::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector) — To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
#annotator_selector=
def annotator_selector=(value) -> ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector) — To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector) — To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
#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.