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

The primary key for an intent. Next ID: 3

Attributes

  • deprecatedVersion (type: String.t, default: nil) - The version has been changed to be defined as a horizontal version on the entire meaning catalog instead of per-schema.
  • mid (type: String.t, default: nil) - The minted MID for an intent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMeaningSchemaKey{
  deprecatedVersion: String.t() | nil,
  mid: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.