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

A Component-Specific Contract is a proto message that can be placed on various elements of the MeaningCatalog (intent schemas, slots, types) that signals whether that element is part of the contract for a given component. go/contract-based-conformance

Attributes

  • componentSpecificContracts (type: list(String.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts{
    componentSpecificContracts: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.