Class: Google::Cloud::ContactCenterInsights::V1::DialogflowIntent
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::DialogflowIntent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
The data for a Dialogflow intent. Represents a detected intent in the conversation, e.g. MAKES_PROMISE.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The human-readable name of the intent.
Instance Attribute Details
#display_name ⇒ ::String
Returns The human-readable name of the intent.
598 599 600 601 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 598 class DialogflowIntent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |