View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup (google_api_contact_center_insights v0.9.0)

A message representing a rule in the phrase matcher.

Attributes

  • phraseMatchRules (type: list(GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1PhraseMatchRule.t), default: nil) - A list of phrase match rules that are included in this group.
  • type (type: String.t, default: nil) - Required. The type of this phrase match rule group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup{
    phraseMatchRules:
      [
        GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1PhraseMatchRule.t()
      ]
      | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.