GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResult (google_api_discovery_engine v0.28.0)
View SourceAttributes
-
chunkInfo(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultChunkInfo.t), default:nil) - If citation_type is CHUNK_LEVEL_CITATION and chunk mode is on, populate chunk info. -
document(type:String.t, default:nil) - Document resource name. -
snippetInfo(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo.t), default:nil) - If citation_type is DOCUMENT_LEVEL_CITATION, populate document level snippets. -
structData(type:map(), default:nil) - Data representation. The structured JSON data for the document. It's populated from the struct data from the Document, or the Chunk in search result. -
title(type:String.t, default:nil) - Title. -
uri(type:String.t, default:nil) - URI for the document.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResult{ chunkInfo: [ GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultChunkInfo.t() ] | nil, document: String.t() | nil, snippetInfo: [ GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo.t() ] | nil, structData: map() | nil, title: String.t() | nil, uri: String.t() | nil }