AssistantApiMessageSummarySupport

GoogleApi.ContentWarehouse.V1.Model.AssistantApiMessageSummarySupport


Table of Contents ▼

Jump to a specific part of the page:

Description

LINT.IfChange(messageSummarySupport)

Attributes List

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

View Attributes

Attributes

  1. deviceSettingStatus (type: String.t, default: nil)
    - The current setting status of message summary on current device.
  2. lastVoiceOptInFlowTimestamp (type: DateTime.t, default: nil)
    - Last time that voice opt-in flow has been triggered.
  3. readNotificationSummarizationSupported (type: boolean(), default: nil)
    - Whether the client supports message summarization.
  4. voiceOptInFlowCounter (type: integer(), default: nil)
    - The voice consent flow counter on current device.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiMessageSummarySupport{
deviceSettingStatus: String.t() | nil,
lastVoiceOptInFlowTimestamp: DateTime.t() | nil,
readNotificationSummarizationSupported: boolean() | nil,
voiceOptInFlowCounter: integer() | nil
}

Function

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

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