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

Attributes

  • locale (type: String.t, default: nil) - The locale of this agent version, represented by BCP-47 language strings, such as "en", "en-US", "fr", "fr-CA", "sr-Latn", "zh-Hans-CN", etc.
  • nluAgentId (type: String.t, default: nil) - Unique internal identifier of 3P Custom NLU agent. UUID.
  • nluAgentVersion (type: String.t, default: nil) - Identifies the 3P Custom NLU agent version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesWebProviderInfoThirdPartyCustomNluInfo{
    locale: String.t() | nil,
    nluAgentId: String.t() | nil,
    nluAgentVersion: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.