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

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

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

Suggestion generated using a Generator.

Inheritance

object > GeneratorSuggestion

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

GeneratorSuggestion()

public GeneratorSuggestion()

GeneratorSuggestion(GeneratorSuggestion)

public GeneratorSuggestion(GeneratorSuggestion other)
Parameter
Name Description
other GeneratorSuggestion

Properties

AgentCoachingSuggestion

public AgentCoachingSuggestion AgentCoachingSuggestion { get; set; }

Optional. Suggestion to coach the agent.

Property Value
Type Description
AgentCoachingSuggestion

FreeFormSuggestion

public FreeFormSuggestion FreeFormSuggestion { get; set; }

Optional. Free form suggestion.

Property Value
Type Description
FreeFormSuggestion

SuggestionCase

public GeneratorSuggestion.SuggestionOneofCase SuggestionCase { get; }
Property Value
Type Description
GeneratorSuggestionSuggestionOneofCase

SummarySuggestion

public SummarySuggestion SummarySuggestion { get; set; }

Optional. Suggested summary.

Property Value
Type Description
SummarySuggestion

ToolCallInfo

public RepeatedField<GeneratorSuggestion.Types.ToolCallInfo> ToolCallInfo { get; }

Optional. List of request and response for tool calls executed.

Property Value
Type Description
RepeatedFieldGeneratorSuggestionTypesToolCallInfo