Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CompareVersionsResponse.
The response message for Versions.CompareVersions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#base_version_content_json
def base_version_content_json() -> ::String
Returns
- (::String) — JSON representation of the base version content.
#base_version_content_json=
def base_version_content_json=(value) -> ::String
Parameter
- value (::String) — JSON representation of the base version content.
Returns
- (::String) — JSON representation of the base version content.
#compare_time
def compare_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The timestamp when the two version compares.
#compare_time=
def compare_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The timestamp when the two version compares.
Returns
- (::Google::Protobuf::Timestamp) — The timestamp when the two version compares.
#target_version_content_json
def target_version_content_json() -> ::String
Returns
- (::String) — JSON representation of the target version content.
#target_version_content_json=
def target_version_content_json=(value) -> ::String
Parameter
- value (::String) — JSON representation of the target version content.
Returns
- (::String) — JSON representation of the target version content.