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

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
NameDescription
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
TypeDescription
string

setDialogflowIntentId

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getConfidence

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

Returns
TypeDescription
float

setConfidence

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

Parameter
NameDescription
var float
Returns
TypeDescription
$this