Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery

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

Overview

Represents a suggested query.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery

Returns a new instance of GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery.



19380
19381
19382
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19380

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

Instance Attribute Details

#query_textString

Suggested query text. Corresponds to the JSON property queryText

Returns:

  • (String)


19378
19379
19380
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19378

def query_text
  @query_text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19385
19386
19387
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19385

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