View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1PhraseMatchData (google_api_contact_center_insights v0.5.0)

The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match.

Attributes

  • displayName (type: String.t, default: nil) - The human-readable name of the phrase matcher.
  • phraseMatcher (type: String.t, default: nil) - The unique identifier (the resource name) of the phrase matcher.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1PhraseMatchData{
    displayName: String.t() | nil,
    phraseMatcher: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.