Class: Google::Cloud::ContactCenterInsights::V1::Intent

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 an intent. Represents a detected intent in the conversation, for example 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.



615
616
617
618
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 615

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

#id::String

Returns The unique identifier of the intent.

Returns:

  • (::String)

    The unique identifier of the intent.



615
616
617
618
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 615

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