AssistantLogsReminderLog

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsReminderLog


Table of Contents ▼

Jump to a specific part of the page:

Description

Annotate a single reminder instance.

Attributes List

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

View Attributes

Attributes

  1. createdSecondsAgo (type: String.t, default: nil)
    - The reminder is created N seconds ago. This helps tracking how the user issues follow-up actions after reminder is created. For example, whether the user likes to issues another [show reminders] query right after reminder is created?
  2. retrievedRankingClass (type: integer(), default: nil)
    - If the reminder is retrieved by a ranking class (see go/opa-reminders-ranker), this will be populated with the class info. Refer to assistant.productivity.ReminderRankingClass.RankingType. Since that proto is in proto2 format, we can only wire by int type.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsReminderLog{
createdSecondsAgo: String.t() | nil,
retrievedRankingClass: integer() | nil
}

Function

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

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