Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#documents_metadata_filters ⇒ Hash<String,String>
Corresponds to the JSON property
documentsMetadataFilters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2AssistQueryParameters
constructor
A new instance of GoogleCloudDialogflowV2AssistQueryParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2AssistQueryParameters
Returns a new instance of GoogleCloudDialogflowV2AssistQueryParameters.
7662 7663 7664 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7662 def initialize(**args) update!(**args) end |
Instance Attribute Details
#documents_metadata_filters ⇒ Hash<String,String>
Corresponds to the JSON property documentsMetadataFilters
7660 7661 7662 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7660 def @documents_metadata_filters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7667 7668 7669 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7667 def update!(**args) @documents_metadata_filters = args[:documents_metadata_filters] if args.key?(:documents_metadata_filters) end |