public sealed class ArticleAnswer : IMessage<ArticleAnswer>, IEquatable<ArticleAnswer>, IDeepCloneable<ArticleAnswer>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ArticleAnswer.
Represents article answer.
Implements
IMessageArticleAnswer, IEquatableArticleAnswer, IDeepCloneableArticleAnswer, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
ArticleAnswer()
public ArticleAnswer()
ArticleAnswer(ArticleAnswer)
public ArticleAnswer(ArticleAnswer other)
Parameter | |
---|---|
Name | Description |
other |
ArticleAnswer |
Properties
AnswerRecord
public string AnswerRecord { get; set; }
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; }
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; }
The article title.
Property Value | |
---|---|
Type | Description |
string |
Uri
public string Uri { get; set; }
The article URI.
Property Value | |
---|---|
Type | Description |
string |