Google Cloud Dialogflow v2beta1 API - Class AgentCoachingContext (1.0.0-beta24)

public sealed class AgentCoachingContext : IMessage<AgentCoachingContext>, IEquatable<AgentCoachingContext>, IDeepCloneable<AgentCoachingContext>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AgentCoachingContext.

Agent Coaching context that customer can configure.

Inheritance

object > AgentCoachingContext

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

AgentCoachingContext()

public AgentCoachingContext()

AgentCoachingContext(AgentCoachingContext)

public AgentCoachingContext(AgentCoachingContext other)
Parameter
Name Description
other AgentCoachingContext

Properties

Instructions

public RepeatedField<AgentCoachingInstruction> Instructions { get; }

Optional. Customized instructions for agent coaching.

Property Value
Type Description
RepeatedFieldAgentCoachingInstruction

OutputLanguageCode

public string OutputLanguageCode { get; set; }

Optional. Output language code.

Property Value
Type Description
string

OverarchingGuidance

public string OverarchingGuidance { get; set; }

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

Property Value
Type Description
string

Version

public string Version { get; set; }

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

Property Value
Type Description
string