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

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

The data for a Dialogflow intent.

Represents a detected intent in the conversation, e.g. MAKES_PROMISE.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ display_name string

The human-readable name of the intent.

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