Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource

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) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource

Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource.



14914
14915
14916
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14914

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

Instance Attribute Details

#knowledge_basesArray<String>

Corresponds to the JSON property knowledgeBases

Returns:

  • (Array<String>)


14912
14913
14914
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14912

def knowledge_bases
  @knowledge_bases
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14919
14920
14921
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14919

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