Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery

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

Returns a new instance of GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery.



13326
13327
13328
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 13326

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

Instance Attribute Details

#query_textString

Corresponds to the JSON property queryText

Returns:

  • (String)


13319
13320
13321
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 13319

def query_text
  @query_text
end

#search_contextsArray<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuerySearchContext>

Corresponds to the JSON property searchContexts



13324
13325
13326
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 13324

def search_contexts
  @search_contexts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13331
13332
13333
13334
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 13331

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