GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerReferenceStructuredDocumentInfo (google_api_discovery_engine v0.28.0)

View Source

Structured search information.

Attributes

  • document (type: String.t, default: nil) - Document resource name.
  • structData (type: map(), default: nil) - Structured search data.
  • title (type: String.t, default: nil) - Output only. The title of the document.
  • uri (type: String.t, default: nil) - Output only. The URI of the document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerReferenceStructuredDocumentInfo{
    document: String.t() | nil,
    structData: map() | nil,
    title: String.t() | nil,
    uri: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.