Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource

Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource.



14697
14698
14699
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14697

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

Instance Attribute Details

#documentsArray<String>

Corresponds to the JSON property documents

Returns:

  • (Array<String>)


14695
14696
14697
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14695

def documents
  @documents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14702
14703
14704
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14702

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