Class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfo
Unstructured document information.
Inheritance
GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfo
  Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfo : IDirectResponseSchemaProperties
Document
Document resource name.
Declaration
[JsonProperty("document")]
public virtual string Document { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
DocumentContexts
List of document contexts. The content will be used for Answer Generation. This is supposed to be the main content of the document that can be long and comprehensive.
Declaration
[JsonProperty("documentContexts")]
public virtual IList<GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoDocumentContext> DocumentContexts { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoDocumentContext> | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ExtractiveAnswers
Deprecated: This field is deprecated and will have no effect on the Answer generation. Please use document_contexts and extractive_segments fields. List of extractive answers.
Declaration
[JsonProperty("extractiveAnswers")]
public virtual IList<GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveAnswer> ExtractiveAnswers { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveAnswer> | 
ExtractiveSegments
List of extractive segments.
Declaration
[JsonProperty("extractiveSegments")]
public virtual IList<GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveSegment> ExtractiveSegments { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveSegment> | 
Title
Title.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Uri
URI for the document.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }Property Value
| Type | Description | 
|---|---|
| string |