AssistantRemindersAttachmentLink

GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersAttachmentLink


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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 set surface_type accordingly.)
  2. notificationText (type: GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersNlgTemplateKey, 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.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersAttachmentLink{
linkUrl: String.t() | nil,
notificationText: GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersNlgTemplateKey.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersAttachmentLink