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

Equivalent to nlp_generation.TemplateKey. We cannot use nlp_generation.TemplateKey message directly becasue that proto is defined in a relatively large proto and has other dependencies, which will increase the size unnecessary and might hit many limitations (e.g., 5MiB limitation for Spanner type environment.).

Attributes

  • messageSet (type: String.t, default: nil) - REQUIRED.
  • templateName (type: String.t, default: nil) - REQUIRED.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersNlgTemplateKey{
  messageSet: String.t() | nil,
  templateName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.