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.



20570
20571
20572
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20570

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

Instance Attribute Details

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

Corresponds to the JSON property answers



20568
20569
20570
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20568

def answers
  @answers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



20575
20576
20577
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 20575

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