Google Cloud Contact Center Insights V1 Client - Class SentimentData (1.9.5)

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

The data for a sentiment annotation.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ magnitude float

A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.

↳ score float

The sentiment score between -1.0 (negative) and 1.0 (positive).

getMagnitude

A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.

Returns
Type Description
float

setMagnitude

A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.

Parameter
Name Description
var float
Returns
Type Description
$this

getScore

The sentiment score between -1.0 (negative) and 1.0 (positive).

Returns
Type Description
float

setScore

The sentiment score between -1.0 (negative) and 1.0 (positive).

Parameter
Name Description
var float
Returns
Type Description
$this