Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback

Returns a new instance of GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback.



10921
10922
10923
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10921

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

Instance Attribute Details

#answer_copiedBoolean Also known as: answer_copied?

Corresponds to the JSON property answerCopied

Returns:

  • (Boolean)


10913
10914
10915
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10913

def answer_copied
  @answer_copied
end

#clicked_urisArray<String>

Corresponds to the JSON property clickedUris

Returns:

  • (Array<String>)


10919
10920
10921
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10919

def clicked_uris
  @clicked_uris
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10926
10927
10928
10929
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10926

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