public sealed class AgentCoachingSuggestion : IMessage<AgentCoachingSuggestion>, IEquatable<AgentCoachingSuggestion>, IDeepCloneable<AgentCoachingSuggestion>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AgentCoachingSuggestion.
Suggestion for coaching agents.
Implements
IMessageAgentCoachingSuggestion, IEquatableAgentCoachingSuggestion, IDeepCloneableAgentCoachingSuggestion, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
AgentCoachingSuggestion()
public AgentCoachingSuggestion()AgentCoachingSuggestion(AgentCoachingSuggestion)
public AgentCoachingSuggestion(AgentCoachingSuggestion other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentCoachingSuggestion |
Properties
AgentActionSuggestions
public RepeatedField<AgentCoachingSuggestion.Types.AgentActionSuggestion> AgentActionSuggestions { get; }Optional. Suggested actions for the agent to take.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAgentCoachingSuggestionTypesAgentActionSuggestion |
|
ApplicableInstructions
public RepeatedField<AgentCoachingInstruction> ApplicableInstructions { get; }Optional. Instructions applicable based on the current context.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAgentCoachingInstruction |
|
SampleResponses
public RepeatedField<AgentCoachingSuggestion.Types.SampleResponse> SampleResponses { get; }Optional. Sample response for the Agent.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAgentCoachingSuggestionTypesSampleResponse |
|