Google Cloud Dialogflow v2beta1 API - Class AgentCoachingSuggestion.Types.AgentActionSuggestion (1.0.0-beta24)

public sealed class AgentCoachingSuggestion.Types.AgentActionSuggestion : IMessage<AgentCoachingSuggestion.Types.AgentActionSuggestion>, IEquatable<AgentCoachingSuggestion.Types.AgentActionSuggestion>, IDeepCloneable<AgentCoachingSuggestion.Types.AgentActionSuggestion>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > AgentCoachingSuggestion.Types.AgentActionSuggestion

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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