Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAnswers

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

Returns a new instance of GoogleCloudDialogflowV2beta1KnowledgeAnswers.



20447
20448
20449
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20447

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

Instance Attribute Details

#answersArray<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer>

Corresponds to the JSON property answers



20445
20446
20447
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20445

def answers
  @answers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



20452
20453
20454
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20452

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