KnowledgeAnswersIntentQuerySupportTransferSignals

GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySupportTransferSignals


Table of Contents ▼

Jump to a specific part of the page:

Description

Signals indicating whether this entity received or transferred support (and from which entities).

Attributes List

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

View Attributes

Attributes

  1. supportTransferSource (type: list(String.t), default: nil)
    - Entities that transferred support to this entity (mids).
  2. supportTransferTarget (type: list(String.t), default: nil)
    - Entities that received support from this entity (mids).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySupportTransferSignals{
supportTransferSource: [String.t()] | nil,
supportTransferTarget: [String.t()] | nil
}

Function

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

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