Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1AnswerReference

Reference.

Inheritance
object
GoogleCloudDiscoveryengineV1AnswerReference
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.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1AnswerReference : IDirectResponseSchema

Properties

ChunkInfo

Chunk information.

Declaration
[JsonProperty("chunkInfo")]
public virtual GoogleCloudDiscoveryengineV1AnswerReferenceChunkInfo ChunkInfo { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1AnswerReferenceChunkInfo

ETag

The ETag of the item.

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

StructuredDocumentInfo

Structured document information.

Declaration
[JsonProperty("structuredDocumentInfo")]
public virtual GoogleCloudDiscoveryengineV1AnswerReferenceStructuredDocumentInfo StructuredDocumentInfo { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1AnswerReferenceStructuredDocumentInfo

UnstructuredDocumentInfo

Unstructured document information.

Declaration
[JsonProperty("unstructuredDocumentInfo")]
public virtual GoogleCloudDiscoveryengineV1AnswerReferenceUnstructuredDocumentInfo UnstructuredDocumentInfo { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1AnswerReferenceUnstructuredDocumentInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX