KnowledgeAnswersIntentQuerySaftSignals

GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySaftSignals


Table of Contents ▼

Jump to a specific part of the page:

Description

Signals derived from overlapping saft annotations.

Attributes List

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

View Attributes

Attributes

  1. entityType (type: String.t, default: nil)
    -
  2. isHeadOfIntent (type: boolean(), default: nil)
    -
  3. isVerb (type: boolean(), default: nil)
    - Saft often marks verbs as head of intent and we may want to ignore those.
  4. number (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySaftSignals{
entityType: String.t() | nil,
isHeadOfIntent: boolean() | nil,
isVerb: boolean() | nil,
number: String.t() | nil
}

Function

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

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