Google Cloud Dialogflow V2 Client - Class AgentCoachingContext (2.3.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class AgentCoachingContext.

Agent Coaching context that customer can configure.

Generated from protobuf message google.cloud.dialogflow.v2.AgentCoachingContext

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ overarching_guidance string

Optional. The overarching guidance for the agent coaching. This should be set only for v1.5 and later versions.

↳ instructions array<AgentCoachingInstruction>

Optional. Customized instructions for agent coaching.

↳ version string

Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.2"].

↳ output_language_code string

Optional. Output language code.

getOverarchingGuidance

Optional. The overarching guidance for the agent coaching. This should be set only for v1.5 and later versions.

Returns
Type Description
string

setOverarchingGuidance

Optional. The overarching guidance for the agent coaching. This should be set only for v1.5 and later versions.

Parameter
Name Description
var string
Returns
Type Description
$this

getInstructions

Optional. Customized instructions for agent coaching.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setInstructions

Optional. Customized instructions for agent coaching.

Parameter
Name Description
var array<AgentCoachingInstruction>
Returns
Type Description
$this

getVersion

Optional. Version of the feature. If not set, default to latest version.

Current candidates are ["1.2"].

Returns
Type Description
string

setVersion

Optional. Version of the feature. If not set, default to latest version.

Current candidates are ["1.2"].

Parameter
Name Description
var string
Returns
Type Description
$this

getOutputLanguageCode

Optional. Output language code.

Returns
Type Description
string

setOutputLanguageCode

Optional. Output language code.

Parameter
Name Description
var string
Returns
Type Description
$this