View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig (google_api_contact_center_insights v0.10.0)

Configs for the input data used to create the issue model.

Attributes

  • filter (type: String.t, default: nil) - A filter to reduce the conversations used for training the model to a specific subset.
  • medium (type: String.t, default: nil) - Medium of conversations used in training data. This field is being deprecated. To specify the medium to be used in training a new issue model, set the medium field on filter.
  • trainingConversationsCount (type: String.t, default: nil) - Output only. Number of conversations used in training. Output only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig{
    filter: String.t() | nil,
    medium: String.t() | nil,
    trainingConversationsCount: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.