View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig (google_api_discovery_engine v0.27.0)
Configuration for Natural Language Query Understanding.
Attributes
-
mode
(type:String.t
, default:nil
) - Mode of Natural Language Query Understanding. If this field is unset, the behavior defaults to NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig{ mode: String.t() | nil }