Class: Google::Cloud::ContactCenterInsights::V1::DialogflowIntent

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String

Returns The human-readable name of the intent.

Returns:

  • (::String)

    The human-readable name of the intent.



564
565
566
567
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 564

class DialogflowIntent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end