View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1PhraseMatchRule (google_api_contact_center_insights v0.7.0)
The data for a phrase match rule.
Attributes
-
config
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig.t
, default:nil
) - Provides additional information about the rule that specifies how to apply the rule. -
negated
(type:boolean()
, default:nil
) - Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment. -
query
(type:String.t
, default:nil
) - Required. The phrase to be matched.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1PhraseMatchRule{ config: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig.t() | nil, negated: boolean() | nil, query: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.