View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest (google_api_contact_center_insights v0.8.0)
The request to analyze conversations in bulk.
Attributes
-
analysisPercentage
(type:number()
, default:nil
) - Required. Percentage of selected conversation to analyze, between [0, 100]. -
annotatorSelector
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnnotatorSelector.t
, default:nil
) - To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run. -
filter
(type:String.t
, default:nil
) - Required. Filter used to select the subset of conversations to analyze. -
parent
(type:String.t
, default:nil
) - Required. The parent resource to create analyses in.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest{ analysisPercentage: number() | nil, annotatorSelector: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnnotatorSelector.t() | nil, filter: String.t() | nil, parent: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.