KnowledgeAnswersIntentQueryNimbleAnnotationSignals

GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryNimbleAnnotationSignals


Table of Contents ▼

Jump to a specific part of the page:

Description

Signals associated with NimbleAnnotator annotations.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. annotationSource (type: String.t, default: nil)
    - Where the annotation has been read from.
  2. type (type: String.t, default: nil)
    - A client-controlled identifier that the client can use to distinguish between different sets of annotations.
  3. 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.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryNimbleAnnotationSignals