KnowledgeAnswersIntentQueryMuninSignals

GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryMuninSignals


Table of Contents ▼

Jump to a specific part of the page:

Description

Signals derived from Munin Function call annotations.

Attributes List

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

View Attributes

Attributes

  1. isIsolated (type: boolean(), default: nil)
    - If the modifier is only a good soft modifier by itself, then we would trigger only if it's the only modifier
  2. softModifierCollection (type: list(String.t), default: nil)
    - Signals for $ListQueryRuleWithSoftModifier. Collections allowed by the soft modifier.
  3. textIsGenerated (type: boolean(), default: nil)
    - If true, the text for this argument did not come from the query, but was generated somehow else.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryMuninSignals{
isIsolated: boolean() | nil,
softModifierCollection: [String.t()] | nil,
textIsGenerated: boolean() | nil
}

Function

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

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