Class GoogleCloudDialogflowV2AgentCoachingInstruction
Agent Coaching instructions that customer can configure.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AgentCoachingInstruction : IDirectResponseSchema
Properties
AgentAction
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
Declaration
[JsonProperty("agentAction")]
public virtual string AgentAction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Condition
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.
Declaration
[JsonProperty("condition")]
public virtual string Condition { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayDetails
Optional. The detailed description of this instruction.
Declaration
[JsonProperty("displayDetails")]
public virtual string DisplayDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Optional. Display name for the instruction.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DuplicateCheckResult
Output only. Duplication check for the AgentCoachingInstruction.
Declaration
[JsonProperty("duplicateCheckResult")]
public virtual GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult DuplicateCheckResult { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SystemAction
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
Declaration
[JsonProperty("systemAction")]
public virtual string SystemAction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |