Class: Google::Cloud::Dialogflow::CX::V3::CompareVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::CompareVersionsResponse
- 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
-
#base_version_content_json ⇒ ::String
JSON representation of the base version content.
-
#compare_time ⇒ ::Google::Protobuf::Timestamp
The timestamp when the two version compares.
-
#target_version_content_json ⇒ ::String
JSON representation of the target version content.
Instance Attribute Details
#base_version_content_json ⇒ ::String
Returns 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.
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.
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 |