Google Cloud Contact Center Insights V1 Client - Class IntentMatchData (1.6.2)

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

The data for an intent match.

Represents an intent match for a text segment in the conversation. A text segment can be part of a sentence, a complete sentence, or an utterance with multiple sentences.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ intent_unique_id string

The id of the matched intent. Can be used to retrieve the corresponding intent information.

getIntentUniqueId

The id of the matched intent.

Can be used to retrieve the corresponding intent information.

Returns
TypeDescription
string

setIntentUniqueId

The id of the matched intent.

Can be used to retrieve the corresponding intent information.

Parameter
NameDescription
var string
Returns
TypeDescription
$this