AttentionalEntitiesMentionPropertiesListEntryInfo

AttentionalInfrastructure

GoogleApi.ContentWarehouse.V1.Model.AttentionalEntitiesMentionPropertiesListEntryInfo

3
out of 10
Low
SEO Impact
Contains information about how an entity was presented as part of a list.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Attentional Entities Mention Properties List Entry Info) contains 2 attributes that define its data structure. Key functionality includes: The index of the entity presented to the user. NOTE: Indexing starts from 0.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture
  • Consider how this system might interact with other ranking signals

Attributes

2
Sort:|Filter:
indexstring
Default: nilFull type: String.t

The index of the entity presented to the user. NOTE: Indexing starts from 0.

lexicalGroundingsIdstring
Default: nilFull type: String.t

A string which uniquely identifies the list item this entity represents in the list. For example, consider the "OrderPizza" intent with the "size" slot: U: I want to order a pizza A: Sure. What size do you want: large, medium, or small? U: Gigantic The lexical_groundings_id can be "large" to identify the large item in the list. This lexical_groundings_id together with the semantic role fields (i.e., role.intent_id & role.role_id) can be used to match the nlp_semantic_parsing::LexicalGroundings::ValueTermType to utilize lexical grounding for i18n of static list selection items. Note that this field only needs to be populated when developers expect to provide lexical groundings for the list item this entity represents. Effectively, this field will be populated when this entity is published by ListPresentationFrame and the ::quality::dialog_manager::IntentStageSignals::FieldCandidate.lexical_groundings_id field is populated. See go/lpf-i18nv2 & go/taskstate-ae-sync for more details.