GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueModel (google_api_contact_center_insights v0.3.0) View Source

The issue model resource.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time at which this issue model was created.
  • displayName (type: String.t, default: nil) - The representative name for the issue model.
  • inputDataConfig (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig.t, default: nil) - Configs for the input data that used to create the issue model.
  • name (type: String.t, default: nil) - Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
  • state (type: String.t, default: nil) - Output only. State of the model.
  • trainingStats (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats.t, default: nil) - Output only. Immutable. The issue model's label statistics on its training data.
  • updateTime (type: DateTime.t, default: nil) - Output only. The most recent time at which the issue model was updated.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueModel{
    createTime: DateTime.t() | nil,
    displayName: String.t() | nil,
    inputDataConfig:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig.t()
      | nil,
    name: String.t() | nil,
    state: String.t() | nil,
    trainingStats:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats.t()
      | nil,
    updateTime: DateTime.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.