View Source GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryCoreference (google_api_content_warehouse v0.4.0)

A message representing a coreferenced value defined elsewhere in the meaning struct.

Attributes

  • argPath (type: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryArgPath.t, default: nil) - A coreference is represented by an argument path starting from the root of the whole tree to the referenced value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryCoreference{
    argPath:
      GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryArgPath.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.