View Source GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersAttachmentLink (google_api_content_warehouse v0.4.0)
Attributes
-
linkUrl
(type:String.t
, default:nil
) - REQUIRED. The link to surface to frontends (e.g., Hubpage, notifications.) This could also be a surface-specific deeplink (be sure to setsurface_type
accordingly.) -
notificationText
(type:GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersNlgTemplateKey.t
, default:nil
) - REQUIRED. The text for the notification link button. Note: We cannot take nlp_generation.TemplateData yet due to cyclic dependency. The plan is to cut dependency from TemplateData to quality.actions.Reminder. DEPRECATED. No longer used as part of the notification flow.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersAttachmentLink{ linkUrl: String.t() | nil, notificationText: GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersNlgTemplateKey.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.