public sealed class AgentCoachingSuggestion.Types.AgentActionSuggestion : IMessage<AgentCoachingSuggestion.Types.AgentActionSuggestion>, IEquatable<AgentCoachingSuggestion.Types.AgentActionSuggestion>, IDeepCloneable<AgentCoachingSuggestion.Types.AgentActionSuggestion>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AgentCoachingSuggestion.Types.AgentActionSuggestion.
Actions suggested for the agent. This is based on applicable instructions.
Implements
IMessageAgentCoachingSuggestionTypesAgentActionSuggestion, IEquatableAgentCoachingSuggestionTypesAgentActionSuggestion, IDeepCloneableAgentCoachingSuggestionTypesAgentActionSuggestion, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
AgentActionSuggestion()
public AgentActionSuggestion()AgentActionSuggestion(AgentActionSuggestion)
public AgentActionSuggestion(AgentCoachingSuggestion.Types.AgentActionSuggestion other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentCoachingSuggestionTypesAgentActionSuggestion |
Properties
AgentAction
public string AgentAction { get; set; }Optional. The suggested action for the agent.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DuplicateCheckResult
public AgentCoachingSuggestion.Types.DuplicateCheckResult DuplicateCheckResult { get; set; }Output only. Duplicate check result for the agent action suggestion.
| Property Value | |
|---|---|
| Type | Description |
AgentCoachingSuggestionTypesDuplicateCheckResult |
|
Sources
public AgentCoachingSuggestion.Types.Sources Sources { get; set; }Output only. Sources for the agent action suggestion.
| Property Value | |
|---|---|
| Type | Description |
AgentCoachingSuggestionTypesSources |
|