Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1CompareVersionsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1CompareVersionsResponse

Returns a new instance of GoogleCloudDialogflowCxV3beta1CompareVersionsResponse.



4781
4782
4783
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4781

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#base_version_content_jsonString

Corresponds to the JSON property baseVersionContentJson

Returns:

  • (String)


4769
4770
4771
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4769

def base_version_content_json
  @base_version_content_json
end

#compare_timeString

Corresponds to the JSON property compareTime

Returns:

  • (String)


4774
4775
4776
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4774

def compare_time
  @compare_time
end

#target_version_content_jsonString

Corresponds to the JSON property targetVersionContentJson

Returns:

  • (String)


4779
4780
4781
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4779

def target_version_content_json
  @target_version_content_json
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4786
4787
4788
4789
4790
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4786

def update!(**args)
  @base_version_content_json = args[:base_version_content_json] if args.key?(:base_version_content_json)
  @compare_time = args[:compare_time] if args.key?(:compare_time)
  @target_version_content_json = args[:target_version_content_json] if args.key?(:target_version_content_json)
end