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.
11205 11206 11207 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11205 def initialize(**args) update!(**args) end |
Instance Attribute Details
#documents ⇒ Array<String>
Corresponds to the JSON property documents
11203 11204 11205 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11203 def documents @documents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11210 11211 11212 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11210 def update!(**args) @documents = args[:documents] if args.key?(:documents) end |