Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#chunk_info
def chunk_info() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::ChunkInfo>
    Returns
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::ChunkInfo>) — If citation_type is CHUNK_LEVEL_CITATION and chunk mode is on, populate chunk info.
 
#chunk_info=
def chunk_info=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::ChunkInfo>
    Parameter
    
  - value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::ChunkInfo>) — If citation_type is CHUNK_LEVEL_CITATION and chunk mode is on, populate chunk info.
 
    Returns
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::ChunkInfo>) — If citation_type is CHUNK_LEVEL_CITATION and chunk mode is on, populate chunk info.
 
#document
def document() -> ::String
    Returns
    
  - (::String) — Document resource name.
 
#document=
def document=(value) -> ::String
    Parameter
    
  - value (::String) — Document resource name.
 
    Returns
    
  - (::String) — Document resource name.
 
#snippet_info
def snippet_info() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::SnippetInfo>
    Returns
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::SnippetInfo>) — If citation_type is DOCUMENT_LEVEL_CITATION, populate document level snippets.
 
#snippet_info=
def snippet_info=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::SnippetInfo>
    Parameter
    
  - value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::SnippetInfo>) — If citation_type is DOCUMENT_LEVEL_CITATION, populate document level snippets.
 
    Returns
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::Observation::SearchResult::SnippetInfo>) — If citation_type is DOCUMENT_LEVEL_CITATION, populate document level snippets.
 
#struct_data
def struct_data() -> ::Google::Protobuf::Struct
    Returns
    
  - (::Google::Protobuf::Struct) — 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 .
 
#struct_data=
def struct_data=(value) -> ::Google::Protobuf::Struct
    Parameter
    
  - value (::Google::Protobuf::Struct) — 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 .
 
    Returns
    
  - (::Google::Protobuf::Struct) — 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
def title() -> ::String
    Returns
    
  - (::String) — Title.
 
#title=
def title=(value) -> ::String
    Parameter
    
  - value (::String) — Title.
 
    Returns
    
  - (::String) — Title.
 
#uri
def uri() -> ::String
    Returns
    
  - (::String) — URI for the document.
 
#uri=
def uri=(value) -> ::String
    Parameter
    
  - value (::String) — URI for the document.
 
    Returns
    
- (::String) — URI for the document.