Google Cloud Contact Center Insights V1 Client - Class Intent (1.7.1)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class Intent.

The data for an intent.

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

Generated from protobuf message google.cloud.contactcenterinsights.v1.Intent

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ id string

The unique identifier of the intent.

↳ display_name string

The human-readable name of the intent.

getId

The unique identifier of the intent.

Returns
TypeDescription
string

setId

The unique identifier of the intent.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

The human-readable name of the intent.

Returns
TypeDescription
string

setDisplayName

The human-readable name of the intent.

Parameter
NameDescription
var string
Returns
TypeDescription
$this