View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest (google_api_contact_center_insights v0.10.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.GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector.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.GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest{
    analysisPercentage: number() | nil,
    annotatorSelector:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector.t()
      | nil,
    filter: String.t() | nil,
    parent: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.