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.



18867
18868
18869
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18867

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



18865
18866
18867
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18865

def expressions
  @expressions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18872
18873
18874
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18872

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