Class: Google::Cloud::Dialogflow::CX::V3::CompareVersionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::CompareVersionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/version.rb
Overview
The request message for Versions.CompareVersions.
Instance Attribute Summary collapse
-
#base_version ⇒ ::String
Required.
-
#language_code ⇒ ::String
The language to compare the flow versions for.
-
#target_version ⇒ ::String
Required.
Instance Attribute Details
#base_version ⇒ ::String
Returns Required. Name of the base flow version to compare with the target version.
Use version ID 0
to indicate the draft version of the specified flow.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
211 212 213 214 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 211 class CompareVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
Returns The language to compare the flow versions for.
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
211 212 213 214 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 211 class CompareVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_version ⇒ ::String
Returns Required. Name of the target flow version to compare with the
base version. Use version ID 0
to indicate the draft version of the
specified flow. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
211 212 213 214 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 211 class CompareVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |