Class: Google::Cloud::ContactCenterInsights::V1::PhraseMatchData
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::PhraseMatchData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The human-readable name of the phrase matcher.
-
#phrase_matcher ⇒ ::String
The unique identifier (the resource name) of the phrase matcher.
Instance Attribute Details
#display_name ⇒ ::String
Returns The human-readable name of the phrase matcher.
648 649 650 651 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 648 class PhraseMatchData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phrase_matcher ⇒ ::String
Returns The unique identifier (the resource name) of the phrase matcher.
648 649 650 651 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 648 class PhraseMatchData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |