Class GoogleCloudDiscoveryengineV1alphaAnswer
Defines an answer.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAnswer : IDirectResponseSchemaProperties
AnswerSkippedReasons
Additional answer-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set.
Declaration
[JsonProperty("answerSkippedReasons")]
public virtual IList<string> AnswerSkippedReasons { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
AnswerText
The textual answer.
Declaration
[JsonProperty("answerText")]
public virtual string AnswerText { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
BlobAttachments
List of blob attachments in the answer.
Declaration
[JsonProperty("blobAttachments")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment> BlobAttachments { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment> | 
Citations
Citations.
Declaration
[JsonProperty("citations")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAnswerCitation> Citations { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaAnswerCitation> | 
CompleteTime
object representation of CompleteTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompleteTimeDateTimeOffset instead.")]
public virtual object CompleteTime { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
CompleteTimeDateTimeOffset
DateTimeOffset representation of CompleteTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompleteTimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
CompleteTimeRaw
Output only. Answer completed timestamp.
Declaration
[JsonProperty("completeTime")]
public virtual string CompleteTimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
CreateTimeRaw
Output only. Answer creation timestamp.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
GroundingScore
A score in the range of [0, 1] describing how grounded the answer is by the reference chunks.
Declaration
[JsonProperty("groundingScore")]
public virtual double? GroundingScore { get; set; }Property Value
| Type | Description | 
|---|---|
| double? | 
GroundingSupports
Optional. Grounding supports.
Declaration
[JsonProperty("groundingSupports")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport> GroundingSupports { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport> | 
Name
Immutable. Fully qualified name
projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions/*/answers/*
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
QueryUnderstandingInfo
Query understanding information.
Declaration
[JsonProperty("queryUnderstandingInfo")]
public virtual GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo QueryUnderstandingInfo { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo | 
References
References.
Declaration
[JsonProperty("references")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAnswerReference> References { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaAnswerReference> | 
RelatedQuestions
Suggested related questions.
Declaration
[JsonProperty("relatedQuestions")]
public virtual IList<string> RelatedQuestions { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
SafetyRatings
Optional. Safety ratings.
Declaration
[JsonProperty("safetyRatings")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaSafetyRating> SafetyRatings { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaSafetyRating> | 
State
The state of the answer generation.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Steps
Answer generation steps.
Declaration
[JsonProperty("steps")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAnswerStep> Steps { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaAnswerStep> |