Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback
- 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
-
#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) ⇒ GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback
constructor
A new instance of GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback
Returns a new instance of GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback.
6917 6918 6919 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6917 def initialize(**args) update!(**args) end |
Instance Attribute Details
#answer_copied ⇒ Boolean Also known as: answer_copied?
Corresponds to the JSON property answerCopied
6909 6910 6911 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6909 def answer_copied @answer_copied end |
#clicked_uris ⇒ Array<String>
Corresponds to the JSON property clickedUris
6915 6916 6917 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6915 def clicked_uris @clicked_uris end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6922 6923 6924 6925 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6922 def update!(**args) @answer_copied = args[:answer_copied] if args.key?(:answer_copied) @clicked_uris = args[:clicked_uris] if args.key?(:clicked_uris) end |