Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback

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

Returns a new instance of GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback.



6955
6956
6957
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6955

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

Instance Attribute Details

#answer_copiedBoolean Also known as: answer_copied?

Corresponds to the JSON property answerCopied

Returns:

  • (Boolean)


6947
6948
6949
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6947

def answer_copied
  @answer_copied
end

#clicked_urisArray<String>

Corresponds to the JSON property clickedUris

Returns:

  • (Array<String>)


6953
6954
6955
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6953

def clicked_uris
  @clicked_uris
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6960
6961
6962
6963
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6960

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