Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1KnowledgeAnswers

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1KnowledgeAnswers

Returns a new instance of GoogleCloudDialogflowV2beta1KnowledgeAnswers.



19790
19791
19792
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 19790

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

Instance Attribute Details

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

Corresponds to the JSON property answers



19788
19789
19790
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 19788

def answers
  @answers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19795
19796
19797
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 19795

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