Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
- 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 ⇒ Array<String>
Corresponds to the JSON property
documents.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
constructor
A new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource.
14881 14882 14883 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14881 def initialize(**args) update!(**args) end |
Instance Attribute Details
#documents ⇒ Array<String>
Corresponds to the JSON property documents
14879 14880 14881 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14879 def documents @documents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14886 14887 14888 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14886 def update!(**args) @documents = args[:documents] if args.key?(:documents) end |