Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1CompareVersionsRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1CompareVersionsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#language_code ⇒ String
Corresponds to the JSON property
languageCode. -
#target_version ⇒ String
Corresponds to the JSON property
targetVersion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1CompareVersionsRequest
constructor
A new instance of GoogleCloudDialogflowCxV3beta1CompareVersionsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1CompareVersionsRequest
Returns a new instance of GoogleCloudDialogflowCxV3beta1CompareVersionsRequest.
4751 4752 4753 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4751 def initialize(**args) update!(**args) end |
Instance Attribute Details
#language_code ⇒ String
Corresponds to the JSON property languageCode
4744 4745 4746 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4744 def language_code @language_code end |
#target_version ⇒ String
Corresponds to the JSON property targetVersion
4749 4750 4751 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4749 def target_version @target_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4756 4757 4758 4759 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4756 def update!(**args) @language_code = args[:language_code] if args.key?(:language_code) @target_version = args[:target_version] if args.key?(:target_version) end |