Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
- 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
Overview
Metadata associated with the long running operation for Versions.CreateVersion.
Instance Attribute Summary collapse
-
#version ⇒ String
Name of the created version.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
constructor
A new instance of GoogleCloudDialogflowCxV3CreateVersionOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
Returns a new instance of GoogleCloudDialogflowCxV3CreateVersionOperationMetadata.
457 458 459 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 457 def initialize(**args) update!(**args) end |
Instance Attribute Details
#version ⇒ String
Name of the created version. Format: projects//locations//agents//flows//
versions/.
Corresponds to the JSON property version
455 456 457 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 455 def version @version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
462 463 464 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 462 def update!(**args) @version = args[:version] if args.key?(:version) end |