Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback
- 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
-
#answer_copied ⇒ Boolean
(also: #answer_copied?)
Corresponds to the JSON property
answerCopied. -
#clicked_uris ⇒ Array<String>
Corresponds to the JSON property
clickedUris.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback
constructor
A new instance of GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback
Returns a new instance of GoogleCloudDialogflowV2beta1AgentAssistantFeedbackKnowledgeAssistFeedback.
10836 10837 10838 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10836 def initialize(**args) update!(**args) end |
Instance Attribute Details
#answer_copied ⇒ Boolean Also known as: answer_copied?
Corresponds to the JSON property answerCopied
10828 10829 10830 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10828 def answer_copied @answer_copied end |
#clicked_uris ⇒ Array<String>
Corresponds to the JSON property clickedUris
10834 10835 10836 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10834 def clicked_uris @clicked_uris end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10841 10842 10843 10844 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10841 def update!(**args) @answer_copied = args[:answer_copied] if args.key?(:answer_copied) @clicked_uris = args[:clicked_uris] if args.key?(:clicked_uris) end |