GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfo (google_api_discovery_engine v0.28.0)
View SourceInformation describing what natural language understanding was done on the input query.
Attributes
-
classifiedIntents(type:list(String.t), default:nil) - The classified intents from the input query. -
extractedFilters(type:String.t, default:nil) - The filters that were extracted from the input query. -
rewrittenQuery(type:String.t, default:nil) - Rewritten input query minus the extracted filters. -
sqlRequest(type:GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest.t, default:nil) - Optional. The SQL request that was generated from the natural language query understanding phase. -
structuredExtractedFilter(type:GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter.t, default:nil) - The filters that were extracted from the input query represented in a structured form.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfo{ classifiedIntents: [String.t()] | nil, extractedFilters: String.t() | nil, rewrittenQuery: String.t() | nil, sqlRequest: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest.t() | nil, structuredExtractedFilter: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter.t() | nil }