Voting helps other researchers find interesting modules.
A message representing the collection membership of an entity.
collectionId
String.t
nil
collectionMid
collectionScore
number()
score
list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryCollectionScore.t)
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()