View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiMessageSummarySupport (google_api_content_warehouse v0.4.0)

LINT.IfChange(messageSummarySupport)

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.