public sealed class AgentCoachingInstruction : IMessage<AgentCoachingInstruction>, IEquatable<AgentCoachingInstruction>, IDeepCloneable<AgentCoachingInstruction>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AgentCoachingInstruction.
Agent Coaching instructions that customer can configure.
Implements
IMessageAgentCoachingInstruction, IEquatableAgentCoachingInstruction, IDeepCloneableAgentCoachingInstruction, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
AgentCoachingInstruction()
public AgentCoachingInstruction()AgentCoachingInstruction(AgentCoachingInstruction)
public AgentCoachingInstruction(AgentCoachingInstruction other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentCoachingInstruction |
Properties
AgentAction
public string AgentAction { get; set; }Optional. The action that human agent should take. For example, "apologize for the slow shipping". If the users only want to use agent coaching for intent detection, agent_action can be empty
| Property Value | |
|---|---|
| Type | Description |
string |
|
Condition
public string Condition { get; set; }Optional. The condition of the instruction. For example, "the customer wants to cancel an order". If the users want the instruction to be triggered unconditionally, the condition can be empty.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayDetails
public string DisplayDetails { get; set; }Optional. The detailed description of this instruction.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Optional. Display name for the instruction.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DuplicateCheckResult
public AgentCoachingInstruction.Types.DuplicateCheckResult DuplicateCheckResult { get; set; }Output only. Duplication check for the AgentCoachingInstruction.
| Property Value | |
|---|---|
| Type | Description |
AgentCoachingInstructionTypesDuplicateCheckResult |
|
SystemAction
public string SystemAction { get; set; }Optional. The action that system should take. For example, "call GetOrderTime with order_number={order number provided by the customer}". If the users don't have plugins or don't want to trigger plugins, the system_action can be empty
| Property Value | |
|---|---|
| Type | Description |
string |
|