Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::PhraseMatchData.
The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — The human-readable name of the phrase matcher.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — The human-readable name of the phrase matcher.
Returns
- (::String) — The human-readable name of the phrase matcher.
#phrase_matcher
def phrase_matcher() -> ::String
Returns
- (::String) — The unique identifier (the resource name) of the phrase matcher.
#phrase_matcher=
def phrase_matcher=(value) -> ::String
Parameter
- value (::String) — The unique identifier (the resource name) of the phrase matcher.
Returns
- (::String) — The unique identifier (the resource name) of the phrase matcher.