Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AssistQueryParameters
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#documents_metadata_filters ⇒ Hash<String,String>
Corresponds to the JSON property
documentsMetadataFilters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AssistQueryParameters
constructor
A new instance of GoogleCloudDialogflowV2beta1AssistQueryParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AssistQueryParameters
Returns a new instance of GoogleCloudDialogflowV2beta1AssistQueryParameters.
11562 11563 11564 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11562 def initialize(**args) update!(**args) end |
Instance Attribute Details
#documents_metadata_filters ⇒ Hash<String,String>
Corresponds to the JSON property documentsMetadataFilters
11560 11561 11562 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11560 def @documents_metadata_filters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11567 11568 11569 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11567 def update!(**args) @documents_metadata_filters = args[:documents_metadata_filters] if args.key?(:documents_metadata_filters) end |