Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb

Overview

Logical And operator.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression

Returns a new instance of GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression.



20598
20599
20600
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 20598

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#expressionsArray<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression>

The expressions that were ANDed together. Corresponds to the JSON property expressions



20596
20597
20598
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 20596

def expressions
  @expressions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



20603
20604
20605
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 20603

def update!(**args)
  @expressions = args[:expressions] if args.key?(:expressions)
end