Show / Hide Table of Contents

Class Answer

An answer to a query.

Inheritance
object
Answer
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DeveloperKnowledge.v1alpha.Data
Assembly: Google.Apis.DeveloperKnowledge.v1alpha.dll
Syntax
public class Answer : IDirectResponseSchema

Properties

AnswerText

Contains the text of the answer.

Declaration
[JsonProperty("answerText")]
public virtual string AnswerText { get; set; }
Property Value
Type Description
string

Citations

Output only. Contains citations for the answer.

Declaration
[JsonProperty("citations")]
public virtual IList<AnswerCitation> Citations { get; set; }
Property Value
Type Description
IList<AnswerCitation>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

References

Output only. Contains references for the answer.

Declaration
[JsonProperty("references")]
public virtual IList<AnswerReference> References { get; set; }
Property Value
Type Description
IList<AnswerReference>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX