class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource

Document source settings. Supported features: SMART_REPLY, SMART_COMPOSE.

Attributes

documents[RW]

Required. Knowledge documents to query from. Format: `projects//locations// knowledgeBases//documents/`. Currently, only one document is supported. Corresponds to the JSON property `documents` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 9961
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 9966
def update!(**args)
  @documents = args[:documents] if args.key?(:documents)
end