Class Google::Cloud::ContactCenterInsights::V1::Intent (v0.6.0)

The data for an intent. Represents a detected intent in the conversation, for example MAKES_PROMISE.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
Returns
  • (::String) — The human-readable name of the intent.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — The human-readable name of the intent.
Returns
  • (::String) — The human-readable name of the intent.

#id

def id() -> ::String
Returns
  • (::String) — The unique identifier of the intent.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — The unique identifier of the intent.
Returns
  • (::String) — The unique identifier of the intent.