Class: Google::Cloud::Dialogflow::CX::V3::Environment::VersionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Environment::VersionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/environment.rb
Overview
Configuration for the version.
Instance Attribute Summary collapse
-
#version ⇒ ::String
Required.
Instance Attribute Details
#version ⇒ ::String
Returns Required. Both flow and playbook versions are supported.
Format for flow version:
projects/
73 74 75 76 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 73 class VersionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |