Class: Google::Cloud::ContactCenterInsights::V1::Intent
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::Intent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
The data for an intent. Represents a detected intent in the conversation, for example MAKES_PROMISE.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The human-readable name of the intent.
-
#id ⇒ ::String
The unique identifier of the intent.
Instance Attribute Details
#display_name ⇒ ::String
695 696 697 698 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 695 class Intent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
695 696 697 698 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 695 class Intent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |