Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RestoreToolVersionResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RestoreToolVersionResponse
- 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
-
#tool ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Tool
Corresponds to the JSON property
tool.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3RestoreToolVersionResponse
constructor
A new instance of GoogleCloudDialogflowCxV3RestoreToolVersionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3RestoreToolVersionResponse
Returns a new instance of GoogleCloudDialogflowCxV3RestoreToolVersionResponse.
6891 6892 6893 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6891 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tool ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Tool
Corresponds to the JSON property tool
6889 6890 6891 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6889 def tool @tool end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6896 6897 6898 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6896 def update!(**args) @tool = args[:tool] if args.key?(:tool) end |