Class: Google::Cloud::Dialogflow::CX::V3::Environment::VersionConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#version::String

Returns Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.

Returns:

  • (::String)

    Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.



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