Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::PhraseMatchRuleGroup.
A message representing a rule in the phrase matcher.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#phrase_match_rules
def phrase_match_rules() -> ::Array<::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRule>
Returns
- (::Array<::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRule>) — A list of phase match rules that are included in this group.
#phrase_match_rules=
def phrase_match_rules=(value) -> ::Array<::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRule>
Parameter
- value (::Array<::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRule>) — A list of phase match rules that are included in this group.
Returns
- (::Array<::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRule>) — A list of phase match rules that are included in this group.
#type
def type() -> ::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRuleGroup::PhraseMatchRuleGroupType
Returns
- (::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRuleGroup::PhraseMatchRuleGroupType) — Required. The type of this phrase match rule group.
#type=
def type=(value) -> ::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRuleGroup::PhraseMatchRuleGroupType
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRuleGroup::PhraseMatchRuleGroupType) — Required. The type of this phrase match rule group.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRuleGroup::PhraseMatchRuleGroupType) — Required. The type of this phrase match rule group.