View Source GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersCollectionType (google_api_content_warehouse v0.4.0)
A CollectionType configures a value whose type is intended to be a collection.
Attributes
-
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. -
componentSpecificContracts
(type:GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts.t
, default:nil
) - Contains data about the contracts that this ValueType level is available for. For more information see go/contract-based-conformance. -
remodelings
(type:GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelings.t
, default:nil
) - Contains data about current schema remodelings at this ValueType level. For more information see go/meaning-remodeling-framework.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.