Class: Google::Cloud::Dialogflow::CX::V3::UpdateVersionRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#update_mask::Google::Protobuf::FieldMask

Returns Required. The mask to control which fields get updated. Currently only description and display_name can be updated.

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. The mask to control which fields get updated. Currently only description and display_name can be updated.



152
153
154
155
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 152

class UpdateVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::Google::Cloud::Dialogflow::CX::V3::Version

Returns Required. The version to update.

Returns:



152
153
154
155
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 152

class UpdateVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end