KnowledgeAnswersCollectionType

GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersCollectionType


Table of Contents ▼

Jump to a specific part of the page:

Description

A CollectionType configures a value whose type is intended to be a collection.

Attributes List

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

View Attributes

Attributes

  1. collection (type: list(String.t), default: nil)
    - The collection this value is filled with must be one of these collections (denoted by a /collection/* id). If no collections are specified, this value can be filled with any collection.
  2. componentSpecificContracts (type: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts, default: nil)
    - Contains data about the contracts that this ValueType level is available for. For more information see go/contract-based-conformance.
  3. remodelings (type: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelings, default: nil)
    - Contains data about current schema remodelings at this ValueType level. For more information see go/meaning-remodeling-framework.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersCollectionType{
collection: [String.t()] | nil,
componentSpecificContracts: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts.t() | nil,
remodelings: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelings.t() | nil
}

Function

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

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