Class ArticleAnswer (3.6.0)

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

Represents article answer.

Inheritance

Object > ArticleAnswer

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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

Confidence

public float Confidence { get; set; }

Article match confidence. The system's confidence score that this article is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).

Property Value
Type Description
Single

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
MapField<String, String>

Snippets

public RepeatedField<string> Snippets { get; }

Article snippets.

Property Value
Type Description
RepeatedField<String>

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.