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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setIntentUniqueId
The id of the matched intent.
Can be used to retrieve the corresponding intent information.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |