GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest (google_api_discovery_engine v0.28.0)
View SourceThe SQL request that was generated from the natural language query understanding phase.
Attributes
-
sqlQuery
(type:String.t
, default:nil
) - Optional. The SQL query in text format.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest{ sqlQuery: String.t() | nil }