Google Cloud Dialogflow v2beta1 API - Class Suggestion (1.0.0-beta15)

[Obsolete]
public sealed class Suggestion : IMessage<Suggestion>, IEquatable<Suggestion>, IDeepCloneable<Suggestion>, IBufferMessage, IMessage

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

Represents a suggestion for a human agent.

Inheritance

object > Suggestion

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

Suggestion()

public Suggestion()

Suggestion(Suggestion)

public Suggestion(Suggestion other)
Parameter
Name Description
other Suggestion

Properties

Articles

public RepeatedField<Suggestion.Types.Article> Articles { get; }

Output only. Articles ordered by score in descending order.

Property Value
Type Description
RepeatedFieldSuggestionTypesArticle

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the suggestion was created.

Property Value
Type Description
Timestamp

FaqAnswers

public RepeatedField<Suggestion.Types.FaqAnswer> FaqAnswers { get; }

Output only. Answers extracted from FAQ documents.

Property Value
Type Description
RepeatedFieldSuggestionTypesFaqAnswer

LatestMessage

public string LatestMessage { get; set; }

Output only. Latest message used as context to compile this suggestion.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

Property Value
Type Description
string

Name

public string Name { get; set; }

Output only. The name of this suggestion. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/*/suggestions/<Suggestion ID>.

Property Value
Type Description
string