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 \ V2Methods
__construct
Constructor.
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
↳ 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.
string
setOverarchingGuidance
Optional. The overarching guidance for the agent coaching. This should be set only for v1.5 and later versions.
var
string
$this
getInstructions
Optional. Customized instructions for agent coaching.
setInstructions
Optional. Customized instructions for agent coaching.
$this
getVersion
Optional. Version of the feature. If not set, default to latest version.
Current candidates are ["1.2"].
string
setVersion
Optional. Version of the feature. If not set, default to latest version.
Current candidates are ["1.2"].
var
string
$this
getOutputLanguageCode
Optional. Output language code.
string
setOutputLanguageCode
Optional. Output language code.
var
string
$this

