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.



19852
19853
19854
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 19852

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

Instance Attribute Details

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

Corresponds to the JSON property answers



19850
19851
19852
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 19850

def answers
  @answers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19857
19858
19859
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 19857

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