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

Signals associated with NimbleAnnotator annotations.

Attributes

  • annotationSource (type: String.t, default: nil) - Where the annotation has been read from.
  • type (type: String.t, default: nil) - A client-controlled identifier that the client can use to distinguish between different sets of annotations.
  • version (type: list(String.t), default: nil) - Version identifier used to isolate different clients from each other. A client should intersect this list of versions with the ones the client is interested in, and use the annotation if the intersection is non-empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryNimbleAnnotationSignals{
    annotationSource: String.t() | nil,
    type: String.t() | nil,
    version: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.