AssistantApiCoreTypesWebProviderInfoThirdPartyCustomNluInfo

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesWebProviderInfoThirdPartyCustomNluInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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.
  2. nluAgentId (type: String.t, default: nil)
    - Unique internal identifier of 3P Custom NLU agent. UUID.
  3. nluAgentVersion (type: String.t, default: nil)
    - Identifies the 3P Custom NLU agent version.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesWebProviderInfoThirdPartyCustomNluInfo