GoogleCloudContentwarehouseV1ListLinkedSourcesResponse

AI Overview😉

  • The potential purpose of this module is to identify and list linked sources or documents related to a particular search query or topic. This module appears to be part of a larger system that analyzes and understands the relationships between different documents and sources.
  • This module could impact search results by providing more relevant and accurate results to users. By identifying linked sources, the search algorithm can better understand the context and relationships between different pieces of content, leading to more informed and relevant search results. This could also help to reduce the noise and irrelevant results that users may encounter.
  • To be more favorable to this function, a website could focus on creating high-quality, relevant, and well-linked content. This could include using clear and descriptive anchor text, linking to credible and authoritative sources, and ensuring that internal linking is logical and easy to follow. Additionally, websites could focus on creating content that is easily crawlable and indexable by search engines, making it easier for the algorithm to understand the relationships between different pieces of content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListLinkedSourcesResponse (google_api_content_warehouse v0.4.0)

Response message for DocumentLinkService.ListLinkedSources.

Attributes

  • documentLinks (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentLink.t), default: nil) - Source document-links.
  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ListLinkedSourcesResponse{
    documentLinks:
      [
        GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentLink.t()
      ]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.