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

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AgentCoachingSuggestion.

Suggestion for coaching agents.

Inheritance

object > AgentCoachingSuggestion

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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