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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery

Returns a new instance of GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery.



21054
21055
21056
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 21054

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

Instance Attribute Details

#query_textString

Corresponds to the JSON property queryText

Returns:

  • (String)


21047
21048
21049
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 21047

def query_text
  @query_text
end

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

Corresponds to the JSON property searchContexts



21052
21053
21054
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 21052

def search_contexts
  @search_contexts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21059
21060
21061
21062
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 21059

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