Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource

Returns a new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource.



11185
11186
11187
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11185

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#documentsArray<String>

Corresponds to the JSON property documents

Returns:

  • (Array<String>)


11183
11184
11185
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11183

def documents
  @documents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11190
11191
11192
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11190

def update!(**args)
  @documents = args[:documents] if args.key?(:documents)
end