View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo (google_api_discovery_engine v0.16.0)

Structured search information.

Attributes

  • document (type: String.t, default: nil) - Document resource name.
  • structData (type: map(), default: nil) - Structured search data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo{
    document: String.t() | nil,
    structData: map() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.