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

Signals derived from Munin Function call annotations.

Attributes

  • 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
  • softModifierCollection (type: list(String.t), default: nil) - Signals for $ListQueryRuleWithSoftModifier. Collections allowed by the soft modifier.
  • textIsGenerated (type: boolean(), default: nil) - If true, the text for this argument did not come from the query, but was generated somehow else.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.