AssistantApiCoreTypesRingtoneTaskMetadataFuntimeMetadata

Assistant APIInfrastructure

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesRingtoneTaskMetadataFuntimeMetadata

1
out of 10
Minimal
SEO Impact
Used to make timers and alarms more delightful. See go/funtime-engdesign for more details.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Assistant Api Core Types Ringtone Task Metadata Funtime Metadata) contains 5 attributes that define its data structure. Key functionality includes: For FunTime alarms and timers, the media resources are provided through AOG apps during their ringtone. Multiple AoG agents can satisfy a label. So a ...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

5
Sort:|Filter:
agentIdsstring
Default: nilFull type: list(String.t

For FunTime alarms and timers, the media resources are provided through AOG apps during their ringtone. Multiple AoG agents can satisfy a label. So a random agent will be chosen from those that are supplied. See go/funtime-engdesign.

animationBlobstring
Default: nilFull type: String.t

These bytes may represent the blob of the Rive animation that we pass to the Opal App. We will deprecate this field if we figure out a solution to load the animation from the web.

animationUrlstring
Default: nilFull type: String.t

Url for Rive animation that is brought up on ring. Rive is a lightweight animation library that is compatible with Flutter on Opal. See https://rive.app/.

timerHeroUrlstring
Default: nilFull type: String.t

The url used to load the image that is at the center of the timer during timer countdown visuals.

ttsServiceRequestBytesstring
Default: nilFull type: String.t

This is used to call S3 to realize the TTS. Is in the form of bytes because of a circular dependency issue in libassistant protos. It is a serialized proto of type speech.s3.TtsServiceRequest.