Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::UpdatePhraseMatcherRequest.
The request to update a phrase matcher.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#phrase_matcher
def phrase_matcher() -> ::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher
Returns
- (::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher) — Required. The new values for the phrase matcher.
#phrase_matcher=
def phrase_matcher=(value) -> ::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher) — Required. The new values for the phrase matcher.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher) — Required. The new values for the phrase matcher.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The list of fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.