Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb

Overview

Represents a suggested query.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery

Returns a new instance of GoogleCloudDialogflowV2KnowledgeAssistAnswerSuggestedQuery.



15186
15187
15188
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15186

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

Instance Attribute Details

#query_textString

Suggested query text. Corresponds to the JSON property queryText

Returns:

  • (String)


15184
15185
15186
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15184

def query_text
  @query_text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15191
15192
15193
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15191

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