Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
- 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 ⇒ Array<String>
Corresponds to the JSON property
documents.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
constructor
A new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
Returns a new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource.
11230 11231 11232 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11230 def initialize(**args) update!(**args) end |
Instance Attribute Details
#documents ⇒ Array<String>
Corresponds to the JSON property documents
11228 11229 11230 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11228 def documents @documents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11235 11236 11237 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11235 def update!(**args) @documents = args[:documents] if args.key?(:documents) end |