Class Answer
An answer to a query.
Implements
Inherited Members
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> |