Google Cloud Contact Center Insights V1 Client - Class DialogflowInteractionData (1.9.4)

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

Dialogflow interaction data.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ dialogflow_intent_id string

The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}

↳ confidence float

The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).

getDialogflowIntentId

The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}

Returns
Type Description
string

setDialogflowIntentId

The Dialogflow intent resource path. Format: projects/{project}/agent/{agent}/intents/{intent}

Parameter
Name Description
var string
Returns
Type Description
$this

getConfidence

The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).

Returns
Type Description
float

setConfidence

The confidence of the match ranging from 0.0 (completely uncertain) to 1.0 (completely certain).

Parameter
Name Description
var float
Returns
Type Description
$this