Class: Google::Cloud::Dialogflow::CX::V3::CompareVersionsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/version.rb

Overview

The response message for Versions.CompareVersions.

Instance Attribute Summary collapse

Instance Attribute Details

#base_version_content_json::String

Returns JSON representation of the base version content.

Returns:

  • (::String)

    JSON representation of the base version content.



227
228
229
230
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 227

class CompareVersionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#compare_time::Google::Protobuf::Timestamp

Returns The timestamp when the two version compares.

Returns:



227
228
229
230
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 227

class CompareVersionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_version_content_json::String

Returns JSON representation of the target version content.

Returns:

  • (::String)

    JSON representation of the target version content.



227
228
229
230
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 227

class CompareVersionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end