GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryCollectionMembership
Table of Contents ▼
Jump to a specific part of the page:
Description
A message representing the collection membership of an entity.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
collectionId
(type:String.t
, default:nil
)
- Human readable id of the collection. -
collectionMid
(type:String.t
, default:nil
)
- Identifier of the collection, usually a MID (/m/xyz or /g/zyw). -
collectionScore
(type:number()
, default:nil
)
- The collection score for a entity. -
score
(type:list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryCollectionScore)
, default:nil
)
- Different types of scores for the collection. Each score type has at most one score.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryCollectionMembership{
collectionId: String.t() | nil,
collectionMid: String.t() | nil,
collectionScore: number() | nil,
score: [ GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryCollectionScore.t() ] | nil
}
collectionId: String.t() | nil,
collectionMid: String.t() | nil,
collectionScore: number() | nil,
score: [ GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryCollectionScore.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryCollectionMembership