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

public sealed class Suggestion.Types.Article : IMessage<Suggestion.Types.Article>, IEquatable<Suggestion.Types.Article>, IDeepCloneable<Suggestion.Types.Article>, IBufferMessage, IMessage

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

Represents suggested article.

Inheritance

object > Suggestion.Types.Article

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

Article()

public Article()

Article(Article)

public Article(Suggestion.Types.Article other)
Parameter
Name Description
other SuggestionTypesArticle

Properties

AnswerRecord

public string AnswerRecord { get; set; }

Output only. The name of answer record, in the format of "projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>"

Property Value
Type Description
string

Metadata

public MapField<string, string> Metadata { get; }

Output only. A map that contains metadata about the answer and the document from which it originates.

Property Value
Type Description
MapFieldstringstring

Snippets

public RepeatedField<string> Snippets { get; }

Output only. Article snippets.

Property Value
Type Description
RepeatedFieldstring

Title

public string Title { get; set; }

Output only. The article title.

Property Value
Type Description
string

Uri

public string Uri { get; set; }

Output only. The article URI.

Property Value
Type Description
string