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

Attributes

  • botSendToken (type: GoogleApi.ContentWarehouse.V1.Model.ChatBotPlatformBotSendToken.t, default: nil) - The send token of the conversation with the user.
  • id (type: GoogleApi.ContentWarehouse.V1.Model.ChatBotPlatformFireballId.t, default: nil) - The fireball id of this user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsNotificationProfileAlloNotificationProfile{
    botSendToken:
      GoogleApi.ContentWarehouse.V1.Model.ChatBotPlatformBotSendToken.t() | nil,
    id: GoogleApi.ContentWarehouse.V1.Model.ChatBotPlatformFireballId.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.